Skip to content

Commit 2291579

Browse files
Merge pull request #13133 from rabbitmq/ignore-killed
Test helpers: add `** killed` to the default find crashes ignore list
2 parents 289da1d + d6865a6 commit 2291579

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
@@ -1206,7 +1206,7 @@ stop_rabbitmq_nodes(Config) ->
12061206
case FindCrashes of
12071207
true ->
12081208
%% TODO: Make the ignore list configurable.
1209-
IgnoredCrashes0 = ["** force_vhost_failure"],
1209+
IgnoredCrashes0 = ["** force_vhost_failure", "** killed"],
12101210
case rabbit_ct_helpers:get_config(Config, ignored_crashes) of
12111211
undefined ->
12121212
find_crashes_in_logs(NodeConfigs, IgnoredCrashes0);

0 commit comments

Comments
 (0)