Skip to content

Commit 3e1ad6d

Browse files
committed
update comment in peer_discovery_classic_config_SUITE on nonexistent
and unreacheable configured cluster nodes
1 parent 7c346a1 commit 3e1ad6d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

deps/rabbit/test/peer_discovery_classic_config_SUITE.erl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,8 @@ init_per_testcase(successful_discovery_with_a_subset_of_nodes_coming_online = Te
140140
]),
141141
NodeNamesWithHostname =
142142
[rabbit_nodes:make({Name, "localhost"}) || Name <- [nonexistent1, nonexistent2 | NodeNames]],
143-
%% reduce retry time since we know one node on the list does
144-
%% not exist and not just unreachable
145-
%% We no longer test non-existing nodes, it just times out
146-
%% constantly in CI
147-
%% To compare, this suite takes ~23min in my machine with
148-
%% unreachable nodes vs ~6min without them
143+
%% reduce retry time since we know two nodes on the list do
144+
%% not exist and are not just unreachable
149145
Config3 = rabbit_ct_helpers:merge_app_env(Config2,
150146
{rabbit, [
151147
{forced_feature_flags_on_init, []},

0 commit comments

Comments
 (0)