Skip to content

Commit

Permalink
Test with consistent versions of crypt_shared and server
Browse files Browse the repository at this point in the history
JAVA-4678
  • Loading branch information
jyemin committed Nov 15, 2022
1 parent 1f85c3e commit 84c1322
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .evergreen/.evg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,6 @@ functions:
script: |
DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-local.sh
"download crypt_shared":
- command: shell.exec
params:
background: true
script: |
${PREPARE_SHELL}
/opt/mongodbtoolchain/v3/bin/python3 ${DRIVERS_TOOLS}/.evergreen/mongodl.py --component crypt_shared --version latest \
--only=lib/mongo_crypt_v1.so --out ${PROJECT_DIRECTORY}/crypt_shared/
"run load-balancer":
- command: shell.exec
params:
Expand Down Expand Up @@ -240,7 +231,7 @@ functions:
AZUREKMS_KEY_VAULT_ENDPOINT=${testazurekms_keyvaultendpoint} \
AZUREKMS_KEY_NAME=${testazurekms_keyname} \
REQUIRE_API_VERSION=${REQUIRE_API_VERSION} \
CRYPT_SHARED_LIB_PATH="${PROJECT_DIRECTORY}/crypt_shared/lib/mongo_crypt_v1.so" \
CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH}" \
.evergreen/run-tests.sh
"run load-balancer tests":
Expand Down Expand Up @@ -808,7 +799,6 @@ tasks:
commands:
- func: "start-kms-kmip-server"
- func: "bootstrap mongo-orchestration"
- func: "download crypt_shared"
- func: "run tests"

- name: load-balancer-test
Expand Down Expand Up @@ -843,7 +833,6 @@ tasks:
- func: "bootstrap mongo-orchestration"
vars:
ORCHESTRATION_FILE: "versioned-api-testing.json"
- func: "download crypt_shared"
- func: "run tests"

- name: "plain-auth-test"
Expand Down

0 comments on commit 84c1322

Please sign in to comment.