@@ -529,37 +529,24 @@ functions:
529529 env :
530530 KMS_MOCK_SERVERS_RUNNING : " true"
531531 args : [*task-runner, evg-test-kmip]
532- run-retry-kms-requests :
532+ run-client-side-encryption-test :
533533 - command : subprocess.exec
534534 params :
535535 binary : " bash"
536536 env :
537537 GO_BUILD_TAGS : cse
538- include_expansions_in_env : [AUTH, SSL, MONGODB_URI, TOPOLOGY, MONGO_GO_DRIVER_COMPRESSOR]
538+ include_expansions_in_env : [AUTH, SSL, MONGODB_URI, TOPOLOGY, MONGO_GO_DRIVER_COMPRESSOR, CRYPT_SHARED_LIB_PATH ]
539539 args : [*task-runner, setup-test]
540540 - command : subprocess.exec
541541 type : test
542542 retry_on_failure : true
543543 params :
544544 binary : " bash"
545545 env :
546+ KMS_MOCK_SERVERS_RUNNING : " true"
546547 KMS_FAILPOINT_CA_FILE : " ${DRIVERS_TOOLS}/.evergreen/x509gen/ca.pem"
547548 KMS_FAILPOINT_SERVER_RUNNING : " true"
548- args : [*task-runner, evg-test-retry-kms-requests]
549- run-client-side-encryption-test :
550- - command : subprocess.exec
551- params :
552- binary : " bash"
553- env :
554- GO_BUILD_TAGS : cse
555- include_expansions_in_env : [AUTH, SSL, MONGODB_URI, TOPOLOGY,
556- MONGO_GO_DRIVER_COMPRESSOR]
557- args : [*task-runner, setup-test]
558- - command : subprocess.exec
559- type : test
560- retry_on_failure : true
561- params :
562- binary : " bash"
549+ include_expansions_in_env : [KMS_TLS_TESTCASE]
563550 args : [*task-runner, evg-test-client-side-encryption]
564551 run-fuzz-tests :
565552 - command : subprocess.exec
@@ -1477,16 +1464,6 @@ tasks:
14771464 TOPOLOGY : " replica_set"
14781465 AUTH : " noauth"
14791466 SSL : " nossl"
1480- - name : " test-retry-kms-requests"
1481- tags : ["kms-test"]
1482- commands :
1483- - func : bootstrap-mongo-orchestration
1484- vars :
1485- TOPOLOGY : " server"
1486- AUTH : " noauth"
1487- SSL : " nossl"
1488- - func : start-cse-servers
1489- - func : run-retry-kms-requests
14901467 - name : " testgcpkms-task"
14911468 commands :
14921469 - command : subprocess.exec
@@ -2119,7 +2096,7 @@ buildvariants:
21192096 tasks :
21202097 - name : " .kms-test"
21212098 - matrix_name : " client-side-encryption-test"
2122- matrix_spec : { version: ["latest"], os-ssl-40: ["rhel87-64"] }
2099+ matrix_spec : {version: ["latest"], os-ssl-40: ["rhel87-64"]}
21232100 display_name : " Client Side Encryption Tests ${os-ssl-40}"
21242101 tasks :
21252102 - name : " .client-side-encryption-test"
0 commit comments