Skip to content

Commit 8f228d3

Browse files
committed
Tests: per_node_limit_SUITE cleanup
Catch exceptions when closing connections during cleanup
1 parent 96adffe commit 8f228d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/test/per_node_limit_SUITE.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ open_connections_to_limit(Config, Limit) ->
178178
Connections.
179179

180180
close_all_connections(Connections) ->
181-
[rabbit_ct_client_helpers:close_connection(C) || C <- Connections].
181+
[catch rabbit_ct_client_helpers:close_connection(C) || C <- Connections].
182182

183183
set_node_limit(Config, Type, Limit) ->
184184
rabbit_ct_broker_helpers:rpc(Config, 0,

0 commit comments

Comments
 (0)