Merge pull request #12666 from thalesmg/test-flaky-machine-m-20240307
test(machine): attempt to stabilize flaky test
This commit is contained in:
commit
5dfd864c1a
|
@ -147,6 +147,7 @@ t_open_ports_check(Config) ->
|
||||||
ok = emqx_cth_cluster:stop_node(Core2),
|
ok = emqx_cth_cluster:stop_node(Core2),
|
||||||
|
|
||||||
?assertEqual(ok, erpc:call(Replicant, emqx_machine, open_ports_check, [])),
|
?assertEqual(ok, erpc:call(Replicant, emqx_machine, open_ports_check, [])),
|
||||||
|
?retry(200, 20, begin
|
||||||
Results = erpc:call(Core1, emqx_machine, open_ports_check, []),
|
Results = erpc:call(Core1, emqx_machine, open_ports_check, []),
|
||||||
?assertMatch(
|
?assertMatch(
|
||||||
#{
|
#{
|
||||||
|
@ -172,4 +173,6 @@ t_open_ports_check(Config) ->
|
||||||
?assertEqual(
|
?assertEqual(
|
||||||
NumPorts, map_size(emqx_utils_maps:deep_get([results, Core2, open_ports], Results))
|
NumPorts, map_size(emqx_utils_maps:deep_get([results, Core2, open_ports], Results))
|
||||||
),
|
),
|
||||||
|
ok
|
||||||
|
end),
|
||||||
ok.
|
ok.
|
||||||
|
|
Loading…
Reference in New Issue