Skip to content

Commit 8230cb6

Browse files
committed
priority_queue_recovery_SUITE
1 parent 154b2a9 commit 8230cb6

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)