Skip to content

Commit b2d09a9

Browse files
committed
add sync to name
1 parent c65fb7e commit b2d09a9

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8298,7 +8298,7 @@ tasks:
82988298
tags: [serverless]
82998299

83008300
# Standard non linux tests
8301-
- name: test-v4.0-python3.9-noauth-ssl-standalone
8301+
- name: test-v4.0-python3.9-sync-noauth-ssl-standalone
83028302
commands:
83038303
- func: run server
83048304
vars:
@@ -8319,7 +8319,7 @@ tasks:
83198319
- server-4.0
83208320
- "3.9"
83218321
- standalone-noauth-ssl
8322-
- name: test-v4.2-python3.10-noauth-ssl-replica-set
8322+
- name: test-v4.2-python3.10-async-noauth-ssl-replica-set
83238323
commands:
83248324
- func: run server
83258325
vars:
@@ -8340,7 +8340,7 @@ tasks:
83408340
- server-4.2
83418341
- "3.10"
83428342
- replica_set-noauth-ssl
8343-
- name: test-v4.4-python3.11-auth-ssl-sharded-cluster
8343+
- name: test-v4.4-python3.11-sync-auth-ssl-sharded-cluster
83448344
commands:
83458345
- func: run server
83468346
vars:
@@ -8361,7 +8361,7 @@ tasks:
83618361
- server-4.4
83628362
- "3.11"
83638363
- sharded_cluster-auth-ssl
8364-
- name: test-v5.0-python3.12-noauth-ssl-standalone
8364+
- name: test-v5.0-python3.12-async-noauth-ssl-standalone
83658365
commands:
83668366
- func: run server
83678367
vars:
@@ -8382,7 +8382,7 @@ tasks:
83828382
- server-5.0
83838383
- "3.12"
83848384
- standalone-noauth-ssl
8385-
- name: test-v6.0-python3.13-noauth-ssl-replica-set
8385+
- name: test-v6.0-python3.13-sync-noauth-ssl-replica-set
83868386
commands:
83878387
- func: run server
83888388
vars:
@@ -8403,7 +8403,7 @@ tasks:
84038403
- server-6.0
84048404
- "3.13"
84058405
- replica_set-noauth-ssl
8406-
- name: test-v7.0-python3.9-auth-ssl-sharded-cluster
8406+
- name: test-v7.0-python3.9-async-auth-ssl-sharded-cluster
84078407
commands:
84088408
- func: run server
84098409
vars:
@@ -8424,7 +8424,7 @@ tasks:
84248424
- server-7.0
84258425
- "3.9"
84268426
- sharded_cluster-auth-ssl
8427-
- name: test-v8.0-python3.10-noauth-ssl-standalone
8427+
- name: test-v8.0-python3.10-sync-noauth-ssl-standalone
84288428
commands:
84298429
- func: run server
84308430
vars:
@@ -8445,7 +8445,7 @@ tasks:
84458445
- server-8.0
84468446
- "3.10"
84478447
- standalone-noauth-ssl
8448-
- name: test-rapid-python3.11-noauth-ssl-replica-set
8448+
- name: test-rapid-python3.11-async-noauth-ssl-replica-set
84498449
commands:
84508450
- func: run server
84518451
vars:
@@ -8466,7 +8466,7 @@ tasks:
84668466
- server-rapid
84678467
- "3.11"
84688468
- replica_set-noauth-ssl
8469-
- name: test-latest-python3.12-auth-ssl-sharded-cluster
8469+
- name: test-latest-python3.12-sync-auth-ssl-sharded-cluster
84708470
commands:
84718471
- func: run server
84728472
vars:

.evergreen/scripts/generate_config_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
standalone="Standalone", replica_set="Replica Set", sharded_cluster="Sharded Cluster"
4545
),
4646
test_suites=dict(default="Sync", default_async="Async"),
47+
sync={"sync": "Sync", "async": "Async"},
4748
coverage={"1": "cov"},
4849
no_ext={"1": "No C"},
4950
)

0 commit comments

Comments
 (0)