@@ -553,29 +553,15 @@ functions:
553553 KMS_MOCK_SERVERS_RUNNING : " true"
554554 args : [*task-runner, evg-test-kmip]
555555
556- start-kms-failpoint-server :
557- - command : subprocess.exec
558- params :
559- working_dir : src/go.mongodb.org/mongo-driver
560- binary : bash
561- background : true
562- include_expansions_in_env : ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN", "DRIVERS_TOOLS"]
563- # This cannot use task because it will hang on Windows.
564- args : [etc/setup-encryption.sh]
565- - command : subprocess.exec
566- params :
567- binary : python3
568- background : true
569- args : ["-u", "${DRIVERS_TOOLS}/.evergreen/csfle/kms_failpoint_server.py", "--port", "9003"]
570-
571556 run-retry-kms-requests :
572557 - command : subprocess.exec
573558 type : test
574559 params :
575560 binary : " bash"
576561 env :
577562 GO_BUILD_TAGS : cse
578- include_expansions_in_env : [AUTH, SSL, MONGODB_URI, TOPOLOGY, MONGO_GO_DRIVER_COMPRESSOR]
563+ include_expansions_in_env : [AUTH, SSL, MONGODB_URI, TOPOLOGY,
564+ MONGO_GO_DRIVER_COMPRESSOR]
579565 args : [*task-runner, setup-test]
580566 - command : subprocess.exec
581567 type : test
@@ -1473,7 +1459,7 @@ tasks:
14731459 SSL : " nossl"
14741460
14751461 - name : " test-kms-tls-invalid-cert"
1476- tags : ["kms-tls "]
1462+ tags : ["kms-test "]
14771463 commands :
14781464 - func : bootstrap-mongo-orchestration
14791465 vars :
@@ -1489,7 +1475,7 @@ tasks:
14891475 SSL : " nossl"
14901476
14911477 - name : " test-kms-tls-invalid-hostname"
1492- tags : ["kms-tls "]
1478+ tags : ["kms-test "]
14931479 commands :
14941480 - func : bootstrap-mongo-orchestration
14951481 vars :
@@ -1505,7 +1491,7 @@ tasks:
15051491 SSL : " nossl"
15061492
15071493 - name : " test-kms-kmip"
1508- tags : ["kms-kmip "]
1494+ tags : ["kms-test "]
15091495 commands :
15101496 - func : bootstrap-mongo-orchestration
15111497 vars :
@@ -1520,14 +1506,14 @@ tasks:
15201506 SSL : " nossl"
15211507
15221508 - name : " test-retry-kms-requests"
1523- tags : ["retry- kms-requests "]
1509+ tags : ["kms-test "]
15241510 commands :
15251511 - func : bootstrap-mongo-orchestration
15261512 vars :
15271513 TOPOLOGY : " server"
15281514 AUTH : " noauth"
15291515 SSL : " nossl"
1530- - func : start-kms-failpoint-server
1516+ - func : start-cse-servers
15311517 - func : run-retry-kms-requests
15321518
15331519 - name : " test-serverless"
@@ -2207,11 +2193,11 @@ buildvariants:
22072193 tasks :
22082194 - name : " .versioned-api"
22092195
2210- - matrix_name : " kms-tls- test"
2196+ - matrix_name : " kms-test"
22112197 matrix_spec : { version: ["7.0"], os-ssl-40: ["rhel87-64"] }
2212- display_name : " KMS TLS ${os-ssl-40}"
2198+ display_name : " KMS TEST ${os-ssl-40}"
22132199 tasks :
2214- - name : " .kms-tls "
2200+ - name : " .kms-test "
22152201
22162202 - matrix_name : " load-balancer-test"
22172203 tags : ["pullrequest"]
@@ -2233,18 +2219,6 @@ buildvariants:
22332219 tasks :
22342220 - " serverless_task_group"
22352221
2236- - matrix_name : " kms-kmip-test"
2237- matrix_spec : { version: ["7.0"], os-ssl-40: ["rhel87-64"] }
2238- display_name : " KMS KMIP ${os-ssl-40}"
2239- tasks :
2240- - name : " .kms-kmip"
2241-
2242- - matrix_name : " retry-kms-requests-test"
2243- matrix_spec : { version: ["7.0"], os-ssl-40: ["rhel87-64"] }
2244- display_name : " Retry KMS Requests ${os-ssl-40}"
2245- tasks :
2246- - name : " .retry-kms-requests"
2247-
22482222 - matrix_name : " fuzz-test"
22492223 matrix_spec : { version: ["5.0"], os-ssl-40: ["rhel87-64"] }
22502224 display_name : " Fuzz ${version} ${os-ssl-40}"
0 commit comments