File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3084,7 +3084,7 @@ tasks:
3084
3084
tags : [auth_oidc, auth_oidc_remote]
3085
3085
3086
3086
# Other hosts tests
3087
- - name : test-noauth-nossl-standalone
3087
+ - name : test-sync- noauth-nossl-standalone
3088
3088
commands :
3089
3089
- func : run server
3090
3090
vars :
@@ -3098,7 +3098,7 @@ tasks:
3098
3098
TOPOLOGY : standalone
3099
3099
TEST_NAME : default_sync
3100
3100
tags : [other-hosts, standalone-noauth-nossl]
3101
- - name : test-noauth-ssl-replica-set
3101
+ - name : test-async- noauth-ssl-replica-set
3102
3102
commands :
3103
3103
- func : run server
3104
3104
vars :
@@ -3112,7 +3112,7 @@ tasks:
3112
3112
TOPOLOGY : replica_set
3113
3113
TEST_NAME : default_async
3114
3114
tags : [other-hosts, replica_set-noauth-ssl]
3115
- - name : test-auth-ssl-sharded-cluster
3115
+ - name : test-sync- auth-ssl-sharded-cluster
3116
3116
commands :
3117
3117
- func : run server
3118
3118
vars :
Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ def create_other_hosts_tasks():
626
626
f"{ topology } -{ auth } -{ ssl } " ,
627
627
]
628
628
expansions = dict (AUTH = auth , SSL = ssl , TOPOLOGY = topology )
629
- name = get_task_name ("test" , ** expansions )
629
+ name = get_task_name ("test" , sync = sync , ** expansions )
630
630
server_func = FunctionCall (func = "run server" , vars = expansions )
631
631
test_vars = expansions .copy ()
632
632
test_vars ["TEST_NAME" ] = f"default_{ sync } "
You can’t perform that action at this time.
0 commit comments