@@ -360,9 +360,9 @@ buildvariants:
360360 tags : [encryption_tag]
361361 - name : encryption-pyopenssl-rhel8-python3.9
362362 tasks :
363- - name : .sharded_cluster .auth .ssl .sync_async
364- - name : .replica_set .noauth .ssl .sync_async
365- - name : .standalone .noauth .nossl .sync_async
363+ - name : .sharded_cluster .auth .ssl .sync
364+ - name : .replica_set .noauth .ssl .sync
365+ - name : .standalone .noauth .nossl .sync
366366 display_name : Encryption PyOpenSSL RHEL8 Python3.9
367367 run_on :
368368 - rhel87-small
@@ -374,9 +374,9 @@ buildvariants:
374374 tags : [encryption_tag]
375375 - name : encryption-pyopenssl-rhel8-python3.13
376376 tasks :
377- - name : .sharded_cluster .auth .ssl .sync_async
378- - name : .replica_set .noauth .ssl .sync_async
379- - name : .standalone .noauth .nossl .sync_async
377+ - name : .sharded_cluster .auth .ssl .sync
378+ - name : .replica_set .noauth .ssl .sync
379+ - name : .standalone .noauth .nossl .sync
380380 display_name : Encryption PyOpenSSL RHEL8 Python3.13
381381 run_on :
382382 - rhel87-small
@@ -388,9 +388,9 @@ buildvariants:
388388 tags : [encryption_tag]
389389 - name : encryption-pyopenssl-rhel8-pypy3.10
390390 tasks :
391- - name : .sharded_cluster .auth .ssl .sync_async
392- - name : .replica_set .noauth .ssl .sync_async
393- - name : .standalone .noauth .nossl .sync_async
391+ - name : .sharded_cluster .auth .ssl .sync
392+ - name : .replica_set .noauth .ssl .sync
393+ - name : .standalone .noauth .nossl .sync
394394 display_name : Encryption PyOpenSSL RHEL8 PyPy3.10
395395 run_on :
396396 - rhel87-small
@@ -419,15 +419,14 @@ buildvariants:
419419 TEST_NAME : encryption
420420 TEST_CRYPT_SHARED : " true"
421421 PYTHON_BINARY : /opt/python/3.11/bin/python3
422- - name : encryption-pyopenssl- rhel8-python3.12
422+ - name : encryption-rhel8-python3.12
423423 tasks :
424424 - name : .standalone .noauth .nossl .sync_async
425- display_name : Encryption PyOpenSSL RHEL8 Python3.12
425+ display_name : Encryption RHEL8 Python3.12
426426 run_on :
427427 - rhel87-small
428428 expansions :
429429 TEST_NAME : encryption
430- SUB_TEST_NAME : pyopenssl
431430 PYTHON_BINARY : /opt/python/3.12/bin/python3
432431 - name : encryption-macos-python3.9
433432 tasks :
@@ -909,8 +908,8 @@ buildvariants:
909908 # Pyopenssl tests
910909 - name : pyopenssl-macos-python3.9
911910 tasks :
912- - name : .replica_set .noauth .nossl .sync_async
913- - name : .7.0 .noauth .nossl .sync_async
911+ - name : .replica_set .noauth .nossl .sync
912+ - name : .7.0 .noauth .nossl .sync
914913 display_name : PyOpenSSL macOS Python3.9
915914 run_on :
916915 - macos-14
@@ -920,8 +919,8 @@ buildvariants:
920919 PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
921920 - name : pyopenssl-rhel8-python3.10
922921 tasks :
923- - name : .replica_set .auth .ssl .sync_async
924- - name : .7.0 .auth .ssl .sync_async
922+ - name : .replica_set .auth .ssl .sync
923+ - name : .7.0 .auth .ssl .sync
925924 display_name : PyOpenSSL RHEL8 Python3.10
926925 run_on :
927926 - rhel87-small
@@ -931,8 +930,8 @@ buildvariants:
931930 PYTHON_BINARY : /opt/python/3.10/bin/python3
932931 - name : pyopenssl-rhel8-python3.11
933932 tasks :
934- - name : .replica_set .auth .ssl .sync_async
935- - name : .7.0 .auth .ssl .sync_async
933+ - name : .replica_set .auth .ssl .sync
934+ - name : .7.0 .auth .ssl .sync
936935 display_name : PyOpenSSL RHEL8 Python3.11
937936 run_on :
938937 - rhel87-small
@@ -942,8 +941,8 @@ buildvariants:
942941 PYTHON_BINARY : /opt/python/3.11/bin/python3
943942 - name : pyopenssl-rhel8-python3.12
944943 tasks :
945- - name : .replica_set .auth .ssl .sync_async
946- - name : .7.0 .auth .ssl .sync_async
944+ - name : .replica_set .auth .ssl .sync
945+ - name : .7.0 .auth .ssl .sync
947946 display_name : PyOpenSSL RHEL8 Python3.12
948947 run_on :
949948 - rhel87-small
@@ -953,8 +952,8 @@ buildvariants:
953952 PYTHON_BINARY : /opt/python/3.12/bin/python3
954953 - name : pyopenssl-win64-python3.13
955954 tasks :
956- - name : .replica_set .auth .ssl .sync_async
957- - name : .7.0 .auth .ssl .sync_async
955+ - name : .replica_set .auth .ssl .sync
956+ - name : .7.0 .auth .ssl .sync
958957 display_name : PyOpenSSL Win64 Python3.13
959958 run_on :
960959 - windows-64-vsMulti-small
@@ -964,8 +963,8 @@ buildvariants:
964963 PYTHON_BINARY : C:/python/Python313/python.exe
965964 - name : pyopenssl-rhel8-pypy3.10
966965 tasks :
967- - name : .replica_set .auth .ssl .sync_async
968- - name : .7.0 .auth .ssl .sync_async
966+ - name : .replica_set .auth .ssl .sync
967+ - name : .7.0 .auth .ssl .sync
969968 display_name : PyOpenSSL RHEL8 PyPy3.10
970969 run_on :
971970 - rhel87-small
0 commit comments