We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2d296 commit c7f6cadCopy full SHA for c7f6cad
deps/rabbitmq_shovel/test/local_SUITE.erl
@@ -53,7 +53,13 @@ init_per_suite(Config) ->
53
{ok, _} = application:ensure_all_started(amqp10_client),
54
rabbit_ct_helpers:log_environment(),
55
Config1 = rabbit_ct_helpers:set_config(Config, [
56
- {rmq_nodename_suffix, ?MODULE}
+ {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
+ ]}
63
]),
64
rabbit_ct_helpers:run_setup_steps(Config1,
65
rabbit_ct_broker_helpers:setup_steps() ++
0 commit comments