Skip to content

Commit d5bc49e

Browse files
committed
include sync in task name
1 parent c27483c commit d5bc49e

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7353,7 +7353,7 @@ tasks:
73537353
- sync_async
73547354

73557355
# Server version tests
7356-
- name: test-python3.9-auth-ssl-sharded-cluster-cov
7356+
- name: test-python3.9-sync-auth-ssl-sharded-cluster-cov
73577357
commands:
73587358
- func: run server
73597359
vars:
@@ -7370,7 +7370,7 @@ tasks:
73707370
PYTHON_VERSION: "3.9"
73717371
TEST_NAME: default_sync
73727372
tags: [server-version, python-3.9, sharded_cluster-auth-ssl]
7373-
- name: test-python3.10-auth-ssl-sharded-cluster-cov
7373+
- name: test-python3.10-async-auth-ssl-sharded-cluster-cov
73747374
commands:
73757375
- func: run server
73767376
vars:
@@ -7387,7 +7387,7 @@ tasks:
73877387
PYTHON_VERSION: "3.10"
73887388
TEST_NAME: default_async
73897389
tags: [server-version, python-3.10, sharded_cluster-auth-ssl]
7390-
- name: test-python3.11-auth-ssl-sharded-cluster-cov
7390+
- name: test-python3.11-sync-auth-ssl-sharded-cluster-cov
73917391
commands:
73927392
- func: run server
73937393
vars:
@@ -7404,7 +7404,7 @@ tasks:
74047404
PYTHON_VERSION: "3.11"
74057405
TEST_NAME: default_sync
74067406
tags: [server-version, python-3.11, sharded_cluster-auth-ssl]
7407-
- name: test-python3.12-auth-ssl-sharded-cluster-cov
7407+
- name: test-python3.12-async-auth-ssl-sharded-cluster-cov
74087408
commands:
74097409
- func: run server
74107410
vars:
@@ -7421,7 +7421,7 @@ tasks:
74217421
PYTHON_VERSION: "3.12"
74227422
TEST_NAME: default_async
74237423
tags: [server-version, python-3.12, sharded_cluster-auth-ssl]
7424-
- name: test-python3.13-auth-ssl-sharded-cluster-cov
7424+
- name: test-python3.13-sync-auth-ssl-sharded-cluster-cov
74257425
commands:
74267426
- func: run server
74277427
vars:
@@ -7438,7 +7438,7 @@ tasks:
74387438
PYTHON_VERSION: "3.13"
74397439
TEST_NAME: default_sync
74407440
tags: [server-version, python-3.13, sharded_cluster-auth-ssl]
7441-
- name: test-pypy3.10-auth-ssl-sharded-cluster
7441+
- name: test-pypy3.10-async-auth-ssl-sharded-cluster
74427442
commands:
74437443
- func: run server
74447444
vars:
@@ -7453,7 +7453,7 @@ tasks:
74537453
PYTHON_VERSION: pypy3.10
74547454
TEST_NAME: default_async
74557455
tags: [server-version, python-pypy3.10, sharded_cluster-auth-ssl]
7456-
- name: test-python3.9-auth-ssl-standalone-cov
7456+
- name: test-python3.9-sync-auth-ssl-standalone-cov
74577457
commands:
74587458
- func: run server
74597459
vars:
@@ -7470,7 +7470,7 @@ tasks:
74707470
PYTHON_VERSION: "3.9"
74717471
TEST_NAME: default_sync
74727472
tags: [server-version, python-3.9, standalone-auth-ssl]
7473-
- name: test-python3.10-auth-nossl-standalone-cov
7473+
- name: test-python3.10-async-auth-nossl-standalone-cov
74747474
commands:
74757475
- func: run server
74767476
vars:
@@ -7487,7 +7487,7 @@ tasks:
74877487
PYTHON_VERSION: "3.10"
74887488
TEST_NAME: default_async
74897489
tags: [server-version, python-3.10, standalone-auth-nossl]
7490-
- name: test-python3.11-noauth-ssl-standalone-cov
7490+
- name: test-python3.11-sync-noauth-ssl-standalone-cov
74917491
commands:
74927492
- func: run server
74937493
vars:
@@ -7504,7 +7504,7 @@ tasks:
75047504
PYTHON_VERSION: "3.11"
75057505
TEST_NAME: default_sync
75067506
tags: [server-version, python-3.11, standalone-noauth-ssl]
7507-
- name: test-python3.12-noauth-nossl-standalone-cov
7507+
- name: test-python3.12-async-noauth-nossl-standalone-cov
75087508
commands:
75097509
- func: run server
75107510
vars:
@@ -7521,7 +7521,7 @@ tasks:
75217521
PYTHON_VERSION: "3.12"
75227522
TEST_NAME: default_async
75237523
tags: [server-version, python-3.12, standalone-noauth-nossl]
7524-
- name: test-python3.13-auth-ssl-replica-set-cov
7524+
- name: test-python3.13-sync-auth-ssl-replica-set-cov
75257525
commands:
75267526
- func: run server
75277527
vars:
@@ -7538,7 +7538,7 @@ tasks:
75387538
PYTHON_VERSION: "3.13"
75397539
TEST_NAME: default_sync
75407540
tags: [server-version, python-3.13, replica_set-auth-ssl]
7541-
- name: test-pypy3.10-auth-nossl-replica-set
7541+
- name: test-pypy3.10-async-auth-nossl-replica-set
75427542
commands:
75437543
- func: run server
75447544
vars:
@@ -7553,7 +7553,7 @@ tasks:
75537553
PYTHON_VERSION: pypy3.10
75547554
TEST_NAME: default_async
75557555
tags: [server-version, python-pypy3.10, replica_set-auth-nossl]
7556-
- name: test-python3.9-noauth-ssl-replica-set-cov
7556+
- name: test-python3.9-sync-noauth-ssl-replica-set-cov
75577557
commands:
75587558
- func: run server
75597559
vars:
@@ -7570,7 +7570,7 @@ tasks:
75707570
PYTHON_VERSION: "3.9"
75717571
TEST_NAME: default_sync
75727572
tags: [server-version, python-3.9, replica_set-noauth-ssl]
7573-
- name: test-python3.10-noauth-nossl-replica-set-cov
7573+
- name: test-python3.10-async-noauth-nossl-replica-set-cov
75747574
commands:
75757575
- func: run server
75767576
vars:
@@ -7587,7 +7587,7 @@ tasks:
75877587
PYTHON_VERSION: "3.10"
75887588
TEST_NAME: default_async
75897589
tags: [server-version, python-3.10, replica_set-noauth-nossl]
7590-
- name: test-python3.12-auth-nossl-sharded-cluster-cov
7590+
- name: test-python3.12-sync-auth-nossl-sharded-cluster-cov
75917591
commands:
75927592
- func: run server
75937593
vars:
@@ -7604,7 +7604,7 @@ tasks:
76047604
PYTHON_VERSION: "3.12"
76057605
TEST_NAME: default_sync
76067606
tags: [server-version, python-3.12, sharded_cluster-auth-nossl]
7607-
- name: test-python3.13-noauth-ssl-sharded-cluster-cov
7607+
- name: test-python3.13-async-noauth-ssl-sharded-cluster-cov
76087608
commands:
76097609
- func: run server
76107610
vars:
@@ -7621,7 +7621,7 @@ tasks:
76217621
PYTHON_VERSION: "3.13"
76227622
TEST_NAME: default_async
76237623
tags: [server-version, python-3.13, sharded_cluster-noauth-ssl]
7624-
- name: test-pypy3.10-noauth-nossl-sharded-cluster
7624+
- name: test-pypy3.10-sync-noauth-nossl-sharded-cluster
76257625
commands:
76267626
- func: run server
76277627
vars:

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def create_server_version_tasks():
580580
expansions = dict(AUTH=auth, SSL=ssl, TOPOLOGY=topology)
581581
if python not in PYPYS:
582582
expansions["COVERAGE"] = "1"
583-
name = get_task_name("test", python=python, **expansions)
583+
name = get_task_name("test", python=python, sync=sync, **expansions)
584584
server_func = FunctionCall(func="run server", vars=expansions)
585585
test_vars = expansions.copy()
586586
test_vars["PYTHON_VERSION"] = python

0 commit comments

Comments
 (0)