@@ -329,7 +329,7 @@ tasks:
329
329
tags : [no-orchestration, python-pypy3.10]
330
330
331
331
# No toolchain tests
332
- - name : test-sync-noauth-nossl-standalone
332
+ - name : test-no-toolchain- sync-noauth-nossl-standalone
333
333
commands :
334
334
- func : run server
335
335
vars :
@@ -343,7 +343,7 @@ tasks:
343
343
TOPOLOGY : standalone
344
344
TEST_NAME : default_sync
345
345
tags : [no-toolchain, standalone-noauth-nossl]
346
- - name : test-async-noauth-ssl-replica-set
346
+ - name : test-no-toolchain- async-noauth-ssl-replica-set
347
347
commands :
348
348
- func : run server
349
349
vars :
@@ -357,7 +357,7 @@ tasks:
357
357
TOPOLOGY : replica_set
358
358
TEST_NAME : default_async
359
359
tags : [no-toolchain, replica_set-noauth-ssl]
360
- - name : test-sync-auth-ssl-sharded-cluster
360
+ - name : test-no-toolchain- sync-auth-ssl-sharded-cluster
361
361
commands :
362
362
- func : run server
363
363
vars :
@@ -7170,7 +7170,7 @@ tasks:
7170
7170
- sync_async
7171
7171
7172
7172
# Server version tests
7173
- - name : test-python3.9-sync-auth-ssl-sharded-cluster-cov
7173
+ - name : test-server-version- python3.9-sync-auth-ssl-sharded-cluster-cov
7174
7174
commands :
7175
7175
- func : run server
7176
7176
vars :
@@ -7187,7 +7187,7 @@ tasks:
7187
7187
PYTHON_VERSION : " 3.9"
7188
7188
TEST_NAME : default_sync
7189
7189
tags : [server-version, python-3.9, sharded_cluster-auth-ssl]
7190
- - name : test-python3.10-async-auth-ssl-sharded-cluster-cov
7190
+ - name : test-server-version- python3.10-async-auth-ssl-sharded-cluster-cov
7191
7191
commands :
7192
7192
- func : run server
7193
7193
vars :
@@ -7204,7 +7204,7 @@ tasks:
7204
7204
PYTHON_VERSION : " 3.10"
7205
7205
TEST_NAME : default_async
7206
7206
tags : [server-version, python-3.10, sharded_cluster-auth-ssl]
7207
- - name : test-python3.11-sync-auth-ssl-sharded-cluster-cov
7207
+ - name : test-server-version- python3.11-sync-auth-ssl-sharded-cluster-cov
7208
7208
commands :
7209
7209
- func : run server
7210
7210
vars :
@@ -7221,7 +7221,7 @@ tasks:
7221
7221
PYTHON_VERSION : " 3.11"
7222
7222
TEST_NAME : default_sync
7223
7223
tags : [server-version, python-3.11, sharded_cluster-auth-ssl]
7224
- - name : test-python3.12-async-auth-ssl-sharded-cluster-cov
7224
+ - name : test-server-version- python3.12-async-auth-ssl-sharded-cluster-cov
7225
7225
commands :
7226
7226
- func : run server
7227
7227
vars :
@@ -7238,7 +7238,7 @@ tasks:
7238
7238
PYTHON_VERSION : " 3.12"
7239
7239
TEST_NAME : default_async
7240
7240
tags : [server-version, python-3.12, sharded_cluster-auth-ssl]
7241
- - name : test-python3.13-sync-auth-ssl-sharded-cluster-cov
7241
+ - name : test-server-version- python3.13-sync-auth-ssl-sharded-cluster-cov
7242
7242
commands :
7243
7243
- func : run server
7244
7244
vars :
@@ -7255,7 +7255,7 @@ tasks:
7255
7255
PYTHON_VERSION : " 3.13"
7256
7256
TEST_NAME : default_sync
7257
7257
tags : [server-version, python-3.13, sharded_cluster-auth-ssl]
7258
- - name : test-pypy3.10-async-auth-ssl-sharded-cluster
7258
+ - name : test-server-version- pypy3.10-async-auth-ssl-sharded-cluster
7259
7259
commands :
7260
7260
- func : run server
7261
7261
vars :
@@ -7270,7 +7270,7 @@ tasks:
7270
7270
PYTHON_VERSION : pypy3.10
7271
7271
TEST_NAME : default_async
7272
7272
tags : [server-version, python-pypy3.10, sharded_cluster-auth-ssl]
7273
- - name : test-python3.9-sync-auth-ssl-standalone-cov
7273
+ - name : test-server-version- python3.9-sync-auth-ssl-standalone-cov
7274
7274
commands :
7275
7275
- func : run server
7276
7276
vars :
@@ -7287,7 +7287,7 @@ tasks:
7287
7287
PYTHON_VERSION : " 3.9"
7288
7288
TEST_NAME : default_sync
7289
7289
tags : [server-version, python-3.9, standalone-auth-ssl]
7290
- - name : test-python3.10-async-auth-nossl-standalone-cov
7290
+ - name : test-server-version- python3.10-async-auth-nossl-standalone-cov
7291
7291
commands :
7292
7292
- func : run server
7293
7293
vars :
@@ -7304,7 +7304,7 @@ tasks:
7304
7304
PYTHON_VERSION : " 3.10"
7305
7305
TEST_NAME : default_async
7306
7306
tags : [server-version, python-3.10, standalone-auth-nossl]
7307
- - name : test-python3.11-sync-noauth-ssl-standalone-cov
7307
+ - name : test-server-version- python3.11-sync-noauth-ssl-standalone-cov
7308
7308
commands :
7309
7309
- func : run server
7310
7310
vars :
@@ -7321,7 +7321,7 @@ tasks:
7321
7321
PYTHON_VERSION : " 3.11"
7322
7322
TEST_NAME : default_sync
7323
7323
tags : [server-version, python-3.11, standalone-noauth-ssl]
7324
- - name : test-python3.12-async-noauth-nossl-standalone-cov
7324
+ - name : test-server-version- python3.12-async-noauth-nossl-standalone-cov
7325
7325
commands :
7326
7326
- func : run server
7327
7327
vars :
@@ -7338,7 +7338,7 @@ tasks:
7338
7338
PYTHON_VERSION : " 3.12"
7339
7339
TEST_NAME : default_async
7340
7340
tags : [server-version, python-3.12, standalone-noauth-nossl]
7341
- - name : test-python3.13-sync-auth-ssl-replica-set-cov
7341
+ - name : test-server-version- python3.13-sync-auth-ssl-replica-set-cov
7342
7342
commands :
7343
7343
- func : run server
7344
7344
vars :
@@ -7355,7 +7355,7 @@ tasks:
7355
7355
PYTHON_VERSION : " 3.13"
7356
7356
TEST_NAME : default_sync
7357
7357
tags : [server-version, python-3.13, replica_set-auth-ssl]
7358
- - name : test-pypy3.10-async-auth-nossl-replica-set
7358
+ - name : test-server-version- pypy3.10-async-auth-nossl-replica-set
7359
7359
commands :
7360
7360
- func : run server
7361
7361
vars :
@@ -7370,7 +7370,7 @@ tasks:
7370
7370
PYTHON_VERSION : pypy3.10
7371
7371
TEST_NAME : default_async
7372
7372
tags : [server-version, python-pypy3.10, replica_set-auth-nossl]
7373
- - name : test-python3.9-sync-noauth-ssl-replica-set-cov
7373
+ - name : test-server-version- python3.9-sync-noauth-ssl-replica-set-cov
7374
7374
commands :
7375
7375
- func : run server
7376
7376
vars :
@@ -7387,7 +7387,7 @@ tasks:
7387
7387
PYTHON_VERSION : " 3.9"
7388
7388
TEST_NAME : default_sync
7389
7389
tags : [server-version, python-3.9, replica_set-noauth-ssl]
7390
- - name : test-python3.10-async-noauth-nossl-replica-set-cov
7390
+ - name : test-server-version- python3.10-async-noauth-nossl-replica-set-cov
7391
7391
commands :
7392
7392
- func : run server
7393
7393
vars :
@@ -7404,7 +7404,7 @@ tasks:
7404
7404
PYTHON_VERSION : " 3.10"
7405
7405
TEST_NAME : default_async
7406
7406
tags : [server-version, python-3.10, replica_set-noauth-nossl]
7407
- - name : test-python3.12-sync-auth-nossl-sharded-cluster-cov
7407
+ - name : test-server-version- python3.12-sync-auth-nossl-sharded-cluster-cov
7408
7408
commands :
7409
7409
- func : run server
7410
7410
vars :
@@ -7421,7 +7421,7 @@ tasks:
7421
7421
PYTHON_VERSION : " 3.12"
7422
7422
TEST_NAME : default_sync
7423
7423
tags : [server-version, python-3.12, sharded_cluster-auth-nossl]
7424
- - name : test-python3.13-async-noauth-ssl-sharded-cluster-cov
7424
+ - name : test-server-version- python3.13-async-noauth-ssl-sharded-cluster-cov
7425
7425
commands :
7426
7426
- func : run server
7427
7427
vars :
@@ -7438,7 +7438,7 @@ tasks:
7438
7438
PYTHON_VERSION : " 3.13"
7439
7439
TEST_NAME : default_async
7440
7440
tags : [server-version, python-3.13, sharded_cluster-noauth-ssl]
7441
- - name : test-pypy3.10-sync-noauth-nossl-sharded-cluster
7441
+ - name : test-server-version- pypy3.10-sync-noauth-nossl-sharded-cluster
7442
7442
commands :
7443
7443
- func : run server
7444
7444
vars :
0 commit comments