Skip to content

Commit 2fda08f

Browse files
committed
clustering_management_SUITE: join_cluster returns ok if successful
... even if the node is already a member. This fixes a failure in the `join_and_part_cluster` testcase.
1 parent 5f9752c commit 2fda08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/clustering_management_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ join_and_part_cluster(Config) ->
135135

136136
%% Allow clustering with already clustered node
137137
ok = stop_app(Rabbit),
138-
{ok, already_member} = join_cluster(Rabbit, Hare),
138+
ok = join_cluster(Rabbit, Hare),
139139
ok = start_app(Rabbit),
140140

141141
stop_reset_start(Rabbit),

0 commit comments

Comments
 (0)