Skip to content

Commit 2bbd864

Browse files
michaelklishinmergify[bot]
authored andcommitted
Shovel dynamic_SUITE: ignore one more harmless exception
when a socket is closed before a writer tries to flush it. (cherry picked from commit 5161aea)
1 parent b58b0ba commit 2bbd864

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deps/rabbitmq_shovel/test/dynamic_SUITE.erl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ init_per_suite(Config) ->
6868
rabbit_ct_helpers:log_environment(),
6969
Config1 = rabbit_ct_helpers:set_config(Config, [
7070
{rmq_nodename_suffix, ?MODULE},
71-
{ignored_crashes,
72-
["server_initiated_close,404"]}
71+
{ignored_crashes, [
72+
"server_initiated_close,404",
73+
"writer,send_failed,closed"
74+
]}
7375
]),
7476
rabbit_ct_helpers:run_setup_steps(Config1,
7577
rabbit_ct_broker_helpers:setup_steps() ++

0 commit comments

Comments
 (0)