@@ -318,7 +318,7 @@ buildvariants:
318
318
- rhel87-small
319
319
batchtime : 10080
320
320
expansions :
321
- test_encryption : " true "
321
+ TEST_NAME : encryption
322
322
PYTHON_BINARY : /opt/python/3.9/bin/python3
323
323
tags : [encryption_tag]
324
324
- name : encryption-rhel8-python3.13
@@ -331,7 +331,7 @@ buildvariants:
331
331
- rhel87-small
332
332
batchtime : 10080
333
333
expansions :
334
- test_encryption : " true "
334
+ TEST_NAME : encryption
335
335
PYTHON_BINARY : /opt/python/3.13/bin/python3
336
336
tags : [encryption_tag]
337
337
- name : encryption-rhel8-pypy3.10
@@ -344,7 +344,7 @@ buildvariants:
344
344
- rhel87-small
345
345
batchtime : 10080
346
346
expansions :
347
- test_encryption : " true "
347
+ TEST_NAME : encryption
348
348
PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
349
349
tags : [encryption_tag]
350
350
- name : encryption-crypt_shared-rhel8-python3.9
@@ -357,8 +357,8 @@ buildvariants:
357
357
- rhel87-small
358
358
batchtime : 10080
359
359
expansions :
360
- test_encryption : " true "
361
- test_crypt_shared : " true"
360
+ TEST_NAME : encryption
361
+ TEST_CRYPT_SHARED : " true"
362
362
PYTHON_BINARY : /opt/python/3.9/bin/python3
363
363
tags : [encryption_tag]
364
364
- name : encryption-crypt_shared-rhel8-python3.13
@@ -371,8 +371,8 @@ buildvariants:
371
371
- rhel87-small
372
372
batchtime : 10080
373
373
expansions :
374
- test_encryption : " true "
375
- test_crypt_shared : " true"
374
+ TEST_NAME : encryption
375
+ TEST_CRYPT_SHARED : " true"
376
376
PYTHON_BINARY : /opt/python/3.13/bin/python3
377
377
tags : [encryption_tag]
378
378
- name : encryption-crypt_shared-rhel8-pypy3.10
@@ -385,8 +385,8 @@ buildvariants:
385
385
- rhel87-small
386
386
batchtime : 10080
387
387
expansions :
388
- test_encryption : " true "
389
- test_crypt_shared : " true"
388
+ TEST_NAME : encryption
389
+ TEST_CRYPT_SHARED : " true"
390
390
PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
391
391
tags : [encryption_tag]
392
392
- name : encryption-pyopenssl-rhel8-python3.9
@@ -399,8 +399,8 @@ buildvariants:
399
399
- rhel87-small
400
400
batchtime : 10080
401
401
expansions :
402
- test_encryption : " true "
403
- test_encryption_pyopenssl : " true "
402
+ TEST_NAME : encryption
403
+ SUB_TEST_NAME : pyopenssl
404
404
PYTHON_BINARY : /opt/python/3.9/bin/python3
405
405
tags : [encryption_tag]
406
406
- name : encryption-pyopenssl-rhel8-python3.13
@@ -413,8 +413,8 @@ buildvariants:
413
413
- rhel87-small
414
414
batchtime : 10080
415
415
expansions :
416
- test_encryption : " true "
417
- test_encryption_pyopenssl : " true "
416
+ TEST_NAME : encryption
417
+ SUB_TEST_NAME : pyopenssl
418
418
PYTHON_BINARY : /opt/python/3.13/bin/python3
419
419
tags : [encryption_tag]
420
420
- name : encryption-pyopenssl-rhel8-pypy3.10
@@ -427,8 +427,8 @@ buildvariants:
427
427
- rhel87-small
428
428
batchtime : 10080
429
429
expansions :
430
- test_encryption : " true "
431
- test_encryption_pyopenssl : " true "
430
+ TEST_NAME : encryption
431
+ SUB_TEST_NAME : pyopenssl
432
432
PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
433
433
tags : [encryption_tag]
434
434
- name : encryption-rhel8-python3.10
@@ -438,7 +438,7 @@ buildvariants:
438
438
run_on :
439
439
- rhel87-small
440
440
expansions :
441
- test_encryption : " true "
441
+ TEST_NAME : encryption
442
442
PYTHON_BINARY : /opt/python/3.10/bin/python3
443
443
- name : encryption-crypt_shared-rhel8-python3.11
444
444
tasks :
@@ -447,8 +447,8 @@ buildvariants:
447
447
run_on :
448
448
- rhel87-small
449
449
expansions :
450
- test_encryption : " true "
451
- test_crypt_shared : " true"
450
+ TEST_NAME : encryption
451
+ TEST_CRYPT_SHARED : " true"
452
452
PYTHON_BINARY : /opt/python/3.11/bin/python3
453
453
- name : encryption-pyopenssl-rhel8-python3.12
454
454
tasks :
@@ -457,8 +457,8 @@ buildvariants:
457
457
run_on :
458
458
- rhel87-small
459
459
expansions :
460
- test_encryption : " true "
461
- test_encryption_pyopenssl : " true "
460
+ TEST_NAME : encryption
461
+ SUB_TEST_NAME : pyopenssl
462
462
PYTHON_BINARY : /opt/python/3.12/bin/python3
463
463
- name : encryption-macos-python3.9
464
464
tasks :
@@ -468,7 +468,7 @@ buildvariants:
468
468
- macos-14
469
469
batchtime : 10080
470
470
expansions :
471
- test_encryption : " true "
471
+ TEST_NAME : encryption
472
472
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
473
473
tags : [encryption_tag]
474
474
- name : encryption-macos-python3.13
@@ -479,7 +479,7 @@ buildvariants:
479
479
- macos-14
480
480
batchtime : 10080
481
481
expansions :
482
- test_encryption : " true "
482
+ TEST_NAME : encryption
483
483
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.13/bin/python3
484
484
tags : [encryption_tag]
485
485
- name : encryption-crypt_shared-macos-python3.9
@@ -490,8 +490,8 @@ buildvariants:
490
490
- macos-14
491
491
batchtime : 10080
492
492
expansions :
493
- test_encryption : " true "
494
- test_crypt_shared : " true"
493
+ TEST_NAME : encryption
494
+ TEST_CRYPT_SHARED : " true"
495
495
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
496
496
tags : [encryption_tag]
497
497
- name : encryption-crypt_shared-macos-python3.13
@@ -502,8 +502,8 @@ buildvariants:
502
502
- macos-14
503
503
batchtime : 10080
504
504
expansions :
505
- test_encryption : " true "
506
- test_crypt_shared : " true"
505
+ TEST_NAME : encryption
506
+ TEST_CRYPT_SHARED : " true"
507
507
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.13/bin/python3
508
508
tags : [encryption_tag]
509
509
- name : encryption-win64-python3.9
@@ -514,7 +514,7 @@ buildvariants:
514
514
- windows-64-vsMulti-small
515
515
batchtime : 10080
516
516
expansions :
517
- test_encryption : " true "
517
+ TEST_NAME : encryption
518
518
PYTHON_BINARY : C:/python/Python39/python.exe
519
519
tags : [encryption_tag]
520
520
- name : encryption-win64-python3.13
@@ -525,7 +525,7 @@ buildvariants:
525
525
- windows-64-vsMulti-small
526
526
batchtime : 10080
527
527
expansions :
528
- test_encryption : " true "
528
+ TEST_NAME : encryption
529
529
PYTHON_BINARY : C:/python/Python313/python.exe
530
530
tags : [encryption_tag]
531
531
- name : encryption-crypt_shared-win64-python3.9
@@ -536,8 +536,8 @@ buildvariants:
536
536
- windows-64-vsMulti-small
537
537
batchtime : 10080
538
538
expansions :
539
- test_encryption : " true "
540
- test_crypt_shared : " true"
539
+ TEST_NAME : encryption
540
+ TEST_CRYPT_SHARED : " true"
541
541
PYTHON_BINARY : C:/python/Python39/python.exe
542
542
tags : [encryption_tag]
543
543
- name : encryption-crypt_shared-win64-python3.13
@@ -548,8 +548,8 @@ buildvariants:
548
548
- windows-64-vsMulti-small
549
549
batchtime : 10080
550
550
expansions :
551
- test_encryption : " true "
552
- test_crypt_shared : " true"
551
+ TEST_NAME : encryption
552
+ TEST_CRYPT_SHARED : " true"
553
553
PYTHON_BINARY : C:/python/Python313/python.exe
554
554
tags : [encryption_tag]
555
555
@@ -772,7 +772,7 @@ buildvariants:
772
772
# No c ext tests
773
773
- name : no-c-ext-rhel8-python3.9
774
774
tasks :
775
- - name : .standalone .noauth .nossl .sync_async
775
+ - name : .standalone .noauth .nossl ! .sync_async
776
776
display_name : No C Ext RHEL8 Python3.9
777
777
run_on :
778
778
- rhel87-small
@@ -781,7 +781,7 @@ buildvariants:
781
781
PYTHON_BINARY : /opt/python/3.9/bin/python3
782
782
- name : no-c-ext-rhel8-python3.10
783
783
tasks :
784
- - name : .replica_set .noauth .nossl .sync_async
784
+ - name : .replica_set .noauth .nossl ! .sync_async
785
785
display_name : No C Ext RHEL8 Python3.10
786
786
run_on :
787
787
- rhel87-small
@@ -790,7 +790,7 @@ buildvariants:
790
790
PYTHON_BINARY : /opt/python/3.10/bin/python3
791
791
- name : no-c-ext-rhel8-python3.11
792
792
tasks :
793
- - name : .sharded_cluster .noauth .nossl .sync_async
793
+ - name : .sharded_cluster .noauth .nossl ! .sync_async
794
794
display_name : No C Ext RHEL8 Python3.11
795
795
run_on :
796
796
- rhel87-small
@@ -799,7 +799,7 @@ buildvariants:
799
799
PYTHON_BINARY : /opt/python/3.11/bin/python3
800
800
- name : no-c-ext-rhel8-python3.12
801
801
tasks :
802
- - name : .standalone .noauth .nossl .sync_async
802
+ - name : .standalone .noauth .nossl ! .sync_async
803
803
display_name : No C Ext RHEL8 Python3.12
804
804
run_on :
805
805
- rhel87-small
@@ -808,7 +808,7 @@ buildvariants:
808
808
PYTHON_BINARY : /opt/python/3.12/bin/python3
809
809
- name : no-c-ext-rhel8-python3.13
810
810
tasks :
811
- - name : .replica_set .noauth .nossl .sync_async
811
+ - name : .replica_set .noauth .nossl ! .sync_async
812
812
display_name : No C Ext RHEL8 Python3.13
813
813
run_on :
814
814
- rhel87-small
@@ -997,7 +997,7 @@ buildvariants:
997
997
- macos-14
998
998
batchtime : 10080
999
999
expansions :
1000
- test_pyopenssl : " true "
1000
+ TEST_NAME : pyopenssl
1001
1001
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
1002
1002
- name : pyopenssl-rhel8-python3.10
1003
1003
tasks :
@@ -1008,7 +1008,7 @@ buildvariants:
1008
1008
- rhel87-small
1009
1009
batchtime : 10080
1010
1010
expansions :
1011
- test_pyopenssl : " true "
1011
+ TEST_NAME : pyopenssl
1012
1012
PYTHON_BINARY : /opt/python/3.10/bin/python3
1013
1013
- name : pyopenssl-rhel8-python3.11
1014
1014
tasks :
@@ -1019,7 +1019,7 @@ buildvariants:
1019
1019
- rhel87-small
1020
1020
batchtime : 10080
1021
1021
expansions :
1022
- test_pyopenssl : " true "
1022
+ TEST_NAME : pyopenssl
1023
1023
PYTHON_BINARY : /opt/python/3.11/bin/python3
1024
1024
- name : pyopenssl-rhel8-python3.12
1025
1025
tasks :
@@ -1030,7 +1030,7 @@ buildvariants:
1030
1030
- rhel87-small
1031
1031
batchtime : 10080
1032
1032
expansions :
1033
- test_pyopenssl : " true "
1033
+ TEST_NAME : pyopenssl
1034
1034
PYTHON_BINARY : /opt/python/3.12/bin/python3
1035
1035
- name : pyopenssl-win64-python3.13
1036
1036
tasks :
@@ -1041,7 +1041,7 @@ buildvariants:
1041
1041
- windows-64-vsMulti-small
1042
1042
batchtime : 10080
1043
1043
expansions :
1044
- test_pyopenssl : " true "
1044
+ TEST_NAME : pyopenssl
1045
1045
PYTHON_BINARY : C:/python/Python313/python.exe
1046
1046
- name : pyopenssl-rhel8-pypy3.10
1047
1047
tasks :
@@ -1052,7 +1052,7 @@ buildvariants:
1052
1052
- rhel87-small
1053
1053
batchtime : 10080
1054
1054
expansions :
1055
- test_pyopenssl : " true "
1055
+ TEST_NAME : pyopenssl
1056
1056
PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
1057
1057
1058
1058
# Search index tests
@@ -1066,6 +1066,19 @@ buildvariants:
1066
1066
PYTHON_BINARY : /opt/python/3.9/bin/python3
1067
1067
1068
1068
# Server tests
1069
+ - name : test-rhel8-python3.9-cov-no-c
1070
+ tasks :
1071
+ - name : .standalone .sync_async
1072
+ - name : .replica_set .sync_async
1073
+ - name : .sharded_cluster .sync_async
1074
+ display_name : " * Test RHEL8 Python3.9 cov No C"
1075
+ run_on :
1076
+ - rhel87-small
1077
+ expansions :
1078
+ COVERAGE : coverage
1079
+ NO_EXT : " 1"
1080
+ PYTHON_BINARY : /opt/python/3.9/bin/python3
1081
+ tags : [coverage_tag]
1069
1082
- name : test-rhel8-python3.9-cov
1070
1083
tasks :
1071
1084
- name : .standalone .sync_async
@@ -1078,6 +1091,19 @@ buildvariants:
1078
1091
COVERAGE : coverage
1079
1092
PYTHON_BINARY : /opt/python/3.9/bin/python3
1080
1093
tags : [coverage_tag]
1094
+ - name : test-rhel8-python3.13-cov-no-c
1095
+ tasks :
1096
+ - name : .standalone .sync_async
1097
+ - name : .replica_set .sync_async
1098
+ - name : .sharded_cluster .sync_async
1099
+ display_name : " * Test RHEL8 Python3.13 cov No C"
1100
+ run_on :
1101
+ - rhel87-small
1102
+ expansions :
1103
+ COVERAGE : coverage
1104
+ NO_EXT : " 1"
1105
+ PYTHON_BINARY : /opt/python/3.13/bin/python3
1106
+ tags : [coverage_tag]
1081
1107
- name : test-rhel8-python3.13-cov
1082
1108
tasks :
1083
1109
- name : .standalone .sync_async
@@ -1090,6 +1116,19 @@ buildvariants:
1090
1116
COVERAGE : coverage
1091
1117
PYTHON_BINARY : /opt/python/3.13/bin/python3
1092
1118
tags : [coverage_tag]
1119
+ - name : test-rhel8-pypy3.10-cov-no-c
1120
+ tasks :
1121
+ - name : .standalone .sync_async
1122
+ - name : .replica_set .sync_async
1123
+ - name : .sharded_cluster .sync_async
1124
+ display_name : " * Test RHEL8 PyPy3.10 cov No C"
1125
+ run_on :
1126
+ - rhel87-small
1127
+ expansions :
1128
+ COVERAGE : coverage
1129
+ NO_EXT : " 1"
1130
+ PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
1131
+ tags : [coverage_tag]
1093
1132
- name : test-rhel8-pypy3.10-cov
1094
1133
tasks :
1095
1134
- name : .standalone .sync_async
@@ -1249,7 +1288,7 @@ buildvariants:
1249
1288
- rhel87-small
1250
1289
batchtime : 10080
1251
1290
expansions :
1252
- test_serverless : " true "
1291
+ TEST_NAME : serverless
1253
1292
AUTH : auth
1254
1293
SSL : ssl
1255
1294
PYTHON_BINARY : /opt/python/3.9/bin/python3
@@ -1261,7 +1300,7 @@ buildvariants:
1261
1300
- rhel87-small
1262
1301
batchtime : 10080
1263
1302
expansions :
1264
- test_serverless : " true "
1303
+ TEST_NAME : serverless
1265
1304
AUTH : auth
1266
1305
SSL : ssl
1267
1306
PYTHON_BINARY : /opt/python/3.13/bin/python3
@@ -1338,6 +1377,7 @@ buildvariants:
1338
1377
- name : storage-inmemory-rhel8-python3.9
1339
1378
tasks :
1340
1379
- name : .standalone .noauth .nossl .4.0 .sync_async
1380
+ - name : .standalone .noauth .nossl .4.2 .sync_async
1341
1381
- name : .standalone .noauth .nossl .4.4 .sync_async
1342
1382
- name : .standalone .noauth .nossl .5.0 .sync_async
1343
1383
- name : .standalone .noauth .nossl .6.0 .sync_async
0 commit comments