Skip to content

Commit 85b58a9

Browse files
committed
update task names
1 parent f902401 commit 85b58a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3084,7 +3084,7 @@ tasks:
30843084
tags: [auth_oidc, auth_oidc_remote]
30853085

30863086
# Other hosts tests
3087-
- name: test-noauth-nossl-standalone
3087+
- name: test-sync-noauth-nossl-standalone
30883088
commands:
30893089
- func: run server
30903090
vars:
@@ -3098,7 +3098,7 @@ tasks:
30983098
TOPOLOGY: standalone
30993099
TEST_NAME: default_sync
31003100
tags: [other-hosts, standalone-noauth-nossl]
3101-
- name: test-noauth-ssl-replica-set
3101+
- name: test-async-noauth-ssl-replica-set
31023102
commands:
31033103
- func: run server
31043104
vars:
@@ -3112,7 +3112,7 @@ tasks:
31123112
TOPOLOGY: replica_set
31133113
TEST_NAME: default_async
31143114
tags: [other-hosts, replica_set-noauth-ssl]
3115-
- name: test-auth-ssl-sharded-cluster
3115+
- name: test-sync-auth-ssl-sharded-cluster
31163116
commands:
31173117
- func: run server
31183118
vars:

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def create_other_hosts_tasks():
626626
f"{topology}-{auth}-{ssl}",
627627
]
628628
expansions = dict(AUTH=auth, SSL=ssl, TOPOLOGY=topology)
629-
name = get_task_name("test", **expansions)
629+
name = get_task_name("test", sync=sync, **expansions)
630630
server_func = FunctionCall(func="run server", vars=expansions)
631631
test_vars = expansions.copy()
632632
test_vars["TEST_NAME"] = f"default_{sync}"

0 commit comments

Comments
 (0)