Skip to content

Commit d62f613

Browse files
Merge pull request #13134 from rabbitmq/mergify/bp/v4.0.x/pr-13133
Test helpers: add `** killed` to the default find crashes ignore list (backport #13133)
2 parents c434963 + 2d75d7e commit d62f613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_ct_helpers/src/rabbit_ct_broker_helpers.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ stop_rabbitmq_nodes(Config) ->
11711171
case FindCrashes of
11721172
true ->
11731173
%% TODO: Make the ignore list configurable.
1174-
IgnoredCrashes0 = ["** force_vhost_failure"],
1174+
IgnoredCrashes0 = ["** force_vhost_failure", "** killed"],
11751175
case rabbit_ct_helpers:get_config(Config, ignored_crashes) of
11761176
undefined ->
11771177
find_crashes_in_logs(NodeConfigs, IgnoredCrashes0);

0 commit comments

Comments
 (0)