Skip to content

Commit c7f6cad

Browse files
Shovel: ignore expected log exceptions in local_SUITE
1 parent 4a2d296 commit c7f6cad

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

deps/rabbitmq_shovel/test/local_SUITE.erl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,13 @@ init_per_suite(Config) ->
5353
{ok, _} = application:ensure_all_started(amqp10_client),
5454
rabbit_ct_helpers:log_environment(),
5555
Config1 = rabbit_ct_helpers:set_config(Config, [
56-
{rmq_nodename_suffix, ?MODULE}
56+
{rmq_nodename_suffix, ?MODULE},
57+
{ignored_crashes, [
58+
"server_initiated_close,404",
59+
"writer,send_failed,closed",
60+
"source_queue_down",
61+
"dest_queue_down"
62+
]}
5763
]),
5864
rabbit_ct_helpers:run_setup_steps(Config1,
5965
rabbit_ct_broker_helpers:setup_steps() ++

0 commit comments

Comments
 (0)