File tree Expand file tree Collapse file tree 5 files changed +10
-14
lines changed Expand file tree Collapse file tree 5 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -2448,7 +2448,7 @@ tasks:
24482448 - func : bootstrap kms servers
24492449 - func : run custom csfle tests
24502450 vars :
2451- CSFLE_GIT_REF : 1524eac203e4145e9f4835e519f1e4663ff15953
2451+ CSFLE_GIT_REF : c56c70340093070b1ef5c8a28190187eea21a6e9
24522452 - name : run-custom-csfle-tests-5.0-master
24532453 tags :
24542454 - run-custom-dependency-tests
@@ -2478,7 +2478,7 @@ tasks:
24782478 - func : bootstrap kms servers
24792479 - func : run custom csfle tests
24802480 vars :
2481- CSFLE_GIT_REF : 1524eac203e4145e9f4835e519f1e4663ff15953
2481+ CSFLE_GIT_REF : c56c70340093070b1ef5c8a28190187eea21a6e9
24822482 - name : run-custom-csfle-tests-rapid-master
24832483 tags :
24842484 - run-custom-dependency-tests
@@ -2508,7 +2508,7 @@ tasks:
25082508 - func : bootstrap kms servers
25092509 - func : run custom csfle tests
25102510 vars :
2511- CSFLE_GIT_REF : 1524eac203e4145e9f4835e519f1e4663ff15953
2511+ CSFLE_GIT_REF : c56c70340093070b1ef5c8a28190187eea21a6e9
25122512 - name : run-custom-csfle-tests-latest-master
25132513 tags :
25142514 - run-custom-dependency-tests
Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ const oneOffFuncAsTasks = oneOffFuncs.map(oneOffFunc => ({
605605 ]
606606} ) ) ;
607607
608- const FLE_PINNED_COMMIT = '1524eac203e4145e9f4835e519f1e4663ff15953'
608+ const FLE_PINNED_COMMIT = 'c56c70340093070b1ef5c8a28190187eea21a6e9' ;
609609
610610for ( const version of [ '5.0' , 'rapid' , 'latest' ] ) {
611611 for ( const ref of [ FLE_PINNED_COMMIT , 'master' ] ) {
Original file line number Diff line number Diff line change @@ -52,8 +52,7 @@ popd # mongo-c-driver
5252
5353pushd libmongocrypt/bindings/node
5454
55- # TODO(NODE-5180): remove --force option
56- npm install --force --production --ignore-scripts
55+ npm install --production --ignore-scripts
5756bash ./etc/build-static.sh
5857
5958popd # libmongocrypt/bindings/node
@@ -82,8 +81,7 @@ pushd ../csfle-deps-tmp/libmongocrypt/bindings/node
8281killall mongocryptd || true
8382
8483# only prod deps were installed earlier, install devDependencies here (except for mongodb!)
85- # TODO(NODE-5180): remove --force option
86- npm install --force --ignore-scripts
84+ npm install --ignore-scripts
8785
8886# copy mongodb into CSFLE's node_modules
8987rm -rf node_modules/mongodb
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ if [ -z ${MONGODB_URI+omitted} ]; then echo "MONGODB_URI is unset" && exit 1; fi
1010if [ -z ${SERVERLESS_ATLAS_USER+omitted} ]; then echo " SERVERLESS_ATLAS_USER is unset" && exit 1; fi
1111if [ -z ${SERVERLESS_ATLAS_PASSWORD+omitted} ]; then echo " SERVERLESS_ATLAS_PASSWORD is unset" && exit 1; fi
1212
13- # TODO(NODE-5180): remove --force option
14- npm install --force ' mongodb-client-encryption@alpha'
13+ npm install mongodb-client-encryption
1514
1615npx mocha \
1716 --config test/mocha_mongodb.json \
Original file line number Diff line number Diff line change 5252 source " $DRIVERS_TOOLS " /.evergreen/csfle/set-temp-creds.sh
5353fi
5454
55- # TODO(NODE-5180): remove --force option
56- npm install --force ' mongodb-client-encryption@alpha'
57- npm install --force @mongodb-js/zstd
58- npm install --force snappy
55+ npm install mongodb-client-encryption
56+ npm install @mongodb-js/zstd
57+ npm install snappy
5958
6059export AUTH=$AUTH
6160export SINGLE_MONGOS_LB_URI=${SINGLE_MONGOS_LB_URI}
You can’t perform that action at this time.
0 commit comments