Skip to content

Commit df3c9e7

Browse files
dumbbellmergify[bot]
authored andcommitted
priority_queue_recovery_SUITE: Add suffix to RabbitMQ node names
[Why] This helps debugging. (cherry picked from commit 28870f3) (cherry picked from commit 3827f7b)
1 parent 0d78796 commit df3c9e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deps/rabbit/test/priority_queue_recovery_SUITE.erl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ end_per_suite(Config) ->
3535
rabbit_ct_helpers:run_teardown_steps(Config).
3636

3737
init_per_group(_, Config) ->
38+
Suffix = rabbit_ct_helpers:testcase_absname(Config, "", "-"),
3839
Config1 = rabbit_ct_helpers:set_config(Config, [
39-
{rmq_nodes_count, 2}
40+
{rmq_nodes_count, 2},
41+
{rmq_nodename_suffix, Suffix}
4042
]),
4143
rabbit_ct_helpers:run_steps(Config1,
4244
rabbit_ct_broker_helpers:setup_steps() ++

0 commit comments

Comments
 (0)