@@ -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 :
@@ -789,8 +788,8 @@ buildvariants:
789788 # Pyopenssl tests
790789 - name : pyopenssl-macos-python3.9
791790 tasks :
792- - name : .replica_set .noauth .nossl .sync_async
793- - name : .7.0 .noauth .nossl .sync_async
791+ - name : .replica_set .noauth .nossl .sync
792+ - name : .7.0 .noauth .nossl .sync
794793 display_name : PyOpenSSL macOS Python3.9
795794 run_on :
796795 - macos-14
@@ -800,8 +799,8 @@ buildvariants:
800799 PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
801800 - name : pyopenssl-rhel8-python3.10
802801 tasks :
803- - name : .replica_set .auth .ssl .sync_async
804- - name : .7.0 .auth .ssl .sync_async
802+ - name : .replica_set .auth .ssl .sync
803+ - name : .7.0 .auth .ssl .sync
805804 display_name : PyOpenSSL RHEL8 Python3.10
806805 run_on :
807806 - rhel87-small
@@ -811,8 +810,8 @@ buildvariants:
811810 PYTHON_BINARY : /opt/python/3.10/bin/python3
812811 - name : pyopenssl-rhel8-python3.11
813812 tasks :
814- - name : .replica_set .auth .ssl .sync_async
815- - name : .7.0 .auth .ssl .sync_async
813+ - name : .replica_set .auth .ssl .sync
814+ - name : .7.0 .auth .ssl .sync
816815 display_name : PyOpenSSL RHEL8 Python3.11
817816 run_on :
818817 - rhel87-small
@@ -822,8 +821,8 @@ buildvariants:
822821 PYTHON_BINARY : /opt/python/3.11/bin/python3
823822 - name : pyopenssl-rhel8-python3.12
824823 tasks :
825- - name : .replica_set .auth .ssl .sync_async
826- - name : .7.0 .auth .ssl .sync_async
824+ - name : .replica_set .auth .ssl .sync
825+ - name : .7.0 .auth .ssl .sync
827826 display_name : PyOpenSSL RHEL8 Python3.12
828827 run_on :
829828 - rhel87-small
@@ -833,8 +832,8 @@ buildvariants:
833832 PYTHON_BINARY : /opt/python/3.12/bin/python3
834833 - name : pyopenssl-win64-python3.13
835834 tasks :
836- - name : .replica_set .auth .ssl .sync_async
837- - name : .7.0 .auth .ssl .sync_async
835+ - name : .replica_set .auth .ssl .sync
836+ - name : .7.0 .auth .ssl .sync
838837 display_name : PyOpenSSL Win64 Python3.13
839838 run_on :
840839 - windows-64-vsMulti-small
@@ -844,8 +843,8 @@ buildvariants:
844843 PYTHON_BINARY : C:/python/Python313/python.exe
845844 - name : pyopenssl-rhel8-pypy3.10
846845 tasks :
847- - name : .replica_set .auth .ssl .sync_async
848- - name : .7.0 .auth .ssl .sync_async
846+ - name : .replica_set .auth .ssl .sync
847+ - name : .7.0 .auth .ssl .sync
849848 display_name : PyOpenSSL RHEL8 PyPy3.10
850849 run_on :
851850 - rhel87-small
0 commit comments