Skip to content

Commit

Permalink
Tests: per_node_limit_SUITE cleanup
Browse files Browse the repository at this point in the history
Catch exceptions when closing connections during cleanup
  • Loading branch information
dcorbacho committed Nov 14, 2024
1 parent 96adffe commit 8f228d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbit/test/per_node_limit_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ open_connections_to_limit(Config, Limit) ->
Connections.

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

set_node_limit(Config, Type, Limit) ->
rabbit_ct_broker_helpers:rpc(Config, 0,
Expand Down

0 comments on commit 8f228d3

Please sign in to comment.