Skip to content

Commit 6bbadb7

Browse files
local_dynamic_SUITE: ignore two expected crash reports in the logs
1 parent 3aaec2b commit 6bbadb7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

deps/rabbitmq_shovel/test/local_dynamic_SUITE.erl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,13 @@ init_per_suite(Config0) ->
8181
{ok, _} = application:ensure_all_started(amqp10_client),
8282
rabbit_ct_helpers:log_environment(),
8383
Config1 = rabbit_ct_helpers:set_config(Config0, [
84-
{rmq_nodename_suffix, ?MODULE}
84+
{rmq_nodename_suffix, ?MODULE},
85+
{ignored_crashes, [
86+
"server_initiated_close,404",
87+
"writer,send_failed,closed",
88+
"source_queue_down",
89+
"dest_queue_down"
90+
]}
8591
]),
8692
rabbit_ct_helpers:run_setup_steps(Config1,
8793
rabbit_ct_broker_helpers:setup_steps() ++

0 commit comments

Comments
 (0)