Skip to content

Commit

Permalink
Avoid leaking nodes in rabbitmq_mqtt shared_SUITE
Browse files Browse the repository at this point in the history
Test nodes were not torn down in the inner group mnesia_store
  • Loading branch information
pjk25 committed May 2, 2024
1 parent 9700663 commit ea4e301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/rabbitmq_mqtt/test/shared_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ init_per_group(Group, Config0) ->

end_per_group(G, Config)
when G =:= cluster_size_1;
G =:= cluster_size_3 ->
G =:= cluster_size_3;
G =:= mnesia_store ->
rabbit_ct_helpers:run_steps(
Config,
rabbit_ct_client_helpers:teardown_steps() ++
Expand Down

0 comments on commit ea4e301

Please sign in to comment.