From ea4e301510eeb8672d5061aa39adb04edc3ffd3a Mon Sep 17 00:00:00 2001 From: Rin Kuryloski Date: Thu, 2 May 2024 11:30:25 +0200 Subject: [PATCH] Avoid leaking nodes in rabbitmq_mqtt shared_SUITE Test nodes were not torn down in the inner group mnesia_store --- deps/rabbitmq_mqtt/test/shared_SUITE.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deps/rabbitmq_mqtt/test/shared_SUITE.erl b/deps/rabbitmq_mqtt/test/shared_SUITE.erl index 013f16d0b547..acfadfc270d6 100644 --- a/deps/rabbitmq_mqtt/test/shared_SUITE.erl +++ b/deps/rabbitmq_mqtt/test/shared_SUITE.erl @@ -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() ++