ci(router): fix flaky testcase

This commit is contained in:
Andrew Mayorov 2023-11-15 22:28:52 +07:00
parent 709c200ee5
commit 98f947f4f3
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ mk_config_listeners(N) ->
t_cluster_routing(Config) ->
Cluster = ?config(cluster, Config),
Clients = [C1, C2, C3] = [start_client(N) || N <- Cluster],
Clients = [C1, C2, C3] = lists:sort([start_client(N) || N <- Cluster]),
Commands = [
{fun publish/3, [C1, <<"a/b/c">>, <<"wontsee">>]},
{fun publish/3, [C2, <<"a/b/d">>, <<"wontsee">>]},