This commit is contained in:
Loïc Hoguin 2024-09-30 13:41:00 +02:00
parent 36a84f4cde
commit 4f45ced474
No known key found for this signature in database
GPG Key ID: C69E26E3A9DF618F
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ force_delete_if_no_consensus(Config) ->
?assertMatch(#'queue.delete_ok'{},
amqp_channel:call(BCh2, #'queue.delete'{queue = QName})),
ok = rabbit_ct_broker_helpers:restart_node(Config, C),
ct:pal("ok"), %% force re-test bazel
ok.
takeover_on_failure(Config) ->