Skip to content

Commit a71d0f9

Browse files
More test comment wording
1 parent 940e58c commit a71d0f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deps/rabbit/test/quorum_queue_member_reconciliation_SUITE.erl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ init_per_group(unclustered_triggers, Config0) ->
7070
{quorum_membership_reconciliation_interval, 50000},
7171
{quorum_membership_reconciliation_trigger_interval, 2000},
7272
{quorum_membership_reconciliation_target_group_size, 3}]}),
73-
%% shrink timeout set here because otherwise when node stopped right after queue created
74-
%% the test will be green without triggers because cluster change will likely fall within trigger_interval
75-
%% which will be set as a new timer value by queue_created trigger.
76-
%% See also `auto_shrink/1` comment
73+
%% shrink timeout is set here because without it, when a node stopped right after a queue was created,
74+
%% the test will pass without any triggers because cluster change will likely happen before the trigger_interval,
75+
%% scheduled in response to queue_created event.
76+
%% See also a comment in `auto_shrink/1`.
7777
rabbit_ct_helpers:set_config(Config1, [{rmq_nodes_clustered, false},
7878
{quorum_membership_reconciliation_interval, 50000},
7979
{shrink_timeout, 2000}]);

0 commit comments

Comments
 (0)