File tree Expand file tree Collapse file tree 7 files changed +51
-51
lines changed
Expand file tree Collapse file tree 7 files changed +51
-51
lines changed Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ functions:
736736
737737 " build docker alpine image " :
738738 - command : subprocess.exec
739- type : setup
739+ type : test
740740 params :
741741 working_dir : " src"
742742 env :
Original file line number Diff line number Diff line change @@ -659,7 +659,7 @@ functions:
659659 - ${PROJECT_DIRECTORY}/.evergreen/install-mongodb-client-encryption.sh
660660 build docker alpine image :
661661 - command : subprocess.exec
662- type : setup
662+ type : test
663663 params :
664664 working_dir : src
665665 env :
@@ -1654,6 +1654,8 @@ tasks:
16541654 - {key: TEST_CSFLE, value: 'true'}
16551655 - func : install dependencies
16561656 - func : bootstrap mongo-orchestration
1657+ - func : bootstrap kms servers
1658+ - func : assume secrets manager rule
16571659 - func : build docker alpine image
16581660 - name : test-tls-support-latest
16591661 tags :
Original file line number Diff line number Diff line change @@ -289,6 +289,8 @@ TASKS.push({
289289 } ) ,
290290 { func : 'install dependencies' } ,
291291 { func : 'bootstrap mongo-orchestration' } ,
292+ { func : 'bootstrap kms servers' } ,
293+ { func : 'assume secrets manager rule' } ,
292294 { func : 'build docker alpine image' }
293295 ]
294296} ) ;
Original file line number Diff line number Diff line change 22
33source secrets-export.sh
44
5- npx mocha \
6- --config test/mocha_mongodb.json \
7- test/integration/node-specific/client_encryption.test.ts \
8- test/integration/client-side-encryption/client_side_encryption.prose.22.range_explicit_encryption.test.ts
5+ npm run check:csfle
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ build_and_test_glibc() {
7474
7575docker buildx create --name builder --bootstrap --use
7676
77- # bash $DRIVERS_TOOLS/.evergreen/secrets_handling/setup-secrets.sh drivers/csfle
77+ bash $DRIVERS_TOOLS /.evergreen/secrets_handling/setup-secrets.sh drivers/csfle
7878
7979BASE_TAG=$LINUX_ARCH -alpine-base-node-$NODE_VERSION
8080docker --debug buildx build --load --progress=plain \
@@ -90,6 +90,5 @@ docker --debug buildx build --load --progress=plain \
9090# set -o xtrace
9191# # echo "launching process"
9292
93- # # docker --debug run --platform linux/$LINUX_ARCH -e MONGODB_URI=${MONGODB_URI} --entrypoint bash test-tag-1 '.evergreen/run-alpine-fle-tests.sh'
94- # docker --debug run --platform linux/$LINUX_ARCH -e MONGODB_URI=$MONGODB_URI \
95- # --entrypoint bash -ti test-tag-1
93+ docker --debug run --platform linux/$LINUX_ARCH -e MONGODB_URI=${MONGODB_URI} --network host --entrypoint bash test-tag-1 ' .evergreen/run-alpine-fle-tests.sh'
94+ # docker --debug run --network host --platform linux/$LINUX_ARCH -e MONGODB_URI=$MONGODB_URI --entrypoint bash -ti test-tag-1
You can’t perform that action at this time.
0 commit comments