From 9878878502d95e9fd29140f25c04879578c4d6db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Wed, 30 Oct 2024 10:08:56 +0100 Subject: [PATCH] rabbit_prometheus_http_SUITE: Start broker once in `special_chars` group `init_per_group/3`, which starts the broker, was already called earlier in the function. This fixes a bug where the node can't be stopped in `end_per_group/2`, attecting the next group ability to start one. (cherry picked from commit d6024e30f41ad34ee19e802a6c5e61247d0ffacc) (cherry picked from commit e0ba81d9a52665e6b8ab85173841f376139aea72) --- deps/rabbitmq_prometheus/test/rabbit_prometheus_http_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rabbitmq_prometheus/test/rabbit_prometheus_http_SUITE.erl b/deps/rabbitmq_prometheus/test/rabbit_prometheus_http_SUITE.erl index 033723507a8f..d319a614491e 100644 --- a/deps/rabbitmq_prometheus/test/rabbit_prometheus_http_SUITE.erl +++ b/deps/rabbitmq_prometheus/test/rabbit_prometheus_http_SUITE.erl @@ -239,7 +239,7 @@ init_per_group(special_chars, Config0) -> {connection, VHostConn}, {channel, VHostCh} |Config1], - init_per_group(special_chars, Config2, []); + Config2; init_per_group(authentication, Config) -> Config1 = rabbit_ct_helpers:merge_app_env(