Merge pull request #11954 from keynslug/ci/routing-tc-flaky

ci(router): fix flaky testcase
This commit is contained in:
Andrew Mayorov 2023-11-15 23:45:32 +07:00 committed by GitHub
commit d91b7658be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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">>]},