Merge pull request #11954 from keynslug/ci/routing-tc-flaky
ci(router): fix flaky testcase
This commit is contained in:
commit
d91b7658be
|
@ -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">>]},
|
||||
|
|
Loading…
Reference in New Issue