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:
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 :
Original file line number Diff line number Diff 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 } "
You can’t perform that action at this time.
0 commit comments