test
This commit is contained in:
parent
36a84f4cde
commit
4f45ced474
|
@ -142,6 +142,7 @@ force_delete_if_no_consensus(Config) ->
|
||||||
?assertMatch(#'queue.delete_ok'{},
|
?assertMatch(#'queue.delete_ok'{},
|
||||||
amqp_channel:call(BCh2, #'queue.delete'{queue = QName})),
|
amqp_channel:call(BCh2, #'queue.delete'{queue = QName})),
|
||||||
ok = rabbit_ct_broker_helpers:restart_node(Config, C),
|
ok = rabbit_ct_broker_helpers:restart_node(Config, C),
|
||||||
|
ct:pal("ok"), %% force re-test bazel
|
||||||
ok.
|
ok.
|
||||||
|
|
||||||
takeover_on_failure(Config) ->
|
takeover_on_failure(Config) ->
|
||||||
|
|
Loading…
Reference in New Issue