Skip to content

Commit 84c1322

Browse files
committed
Test with consistent versions of crypt_shared and server
JAVA-4678
1 parent 1f85c3e commit 84c1322

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.evergreen/.evg.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,6 @@ functions:
165165
script: |
166166
DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-local.sh
167167
168-
"download crypt_shared":
169-
- command: shell.exec
170-
params:
171-
background: true
172-
script: |
173-
${PREPARE_SHELL}
174-
/opt/mongodbtoolchain/v3/bin/python3 ${DRIVERS_TOOLS}/.evergreen/mongodl.py --component crypt_shared --version latest \
175-
--only=lib/mongo_crypt_v1.so --out ${PROJECT_DIRECTORY}/crypt_shared/
176-
177168
"run load-balancer":
178169
- command: shell.exec
179170
params:
@@ -240,7 +231,7 @@ functions:
240231
AZUREKMS_KEY_VAULT_ENDPOINT=${testazurekms_keyvaultendpoint} \
241232
AZUREKMS_KEY_NAME=${testazurekms_keyname} \
242233
REQUIRE_API_VERSION=${REQUIRE_API_VERSION} \
243-
CRYPT_SHARED_LIB_PATH="${PROJECT_DIRECTORY}/crypt_shared/lib/mongo_crypt_v1.so" \
234+
CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH}" \
244235
.evergreen/run-tests.sh
245236
246237
"run load-balancer tests":
@@ -808,7 +799,6 @@ tasks:
808799
commands:
809800
- func: "start-kms-kmip-server"
810801
- func: "bootstrap mongo-orchestration"
811-
- func: "download crypt_shared"
812802
- func: "run tests"
813803

814804
- name: load-balancer-test
@@ -843,7 +833,6 @@ tasks:
843833
- func: "bootstrap mongo-orchestration"
844834
vars:
845835
ORCHESTRATION_FILE: "versioned-api-testing.json"
846-
- func: "download crypt_shared"
847836
- func: "run tests"
848837

849838
- name: "plain-auth-test"

0 commit comments

Comments
 (0)