mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
Remove redundant wait call
This is no longer needed since we are guaranteed to call try_nodes_ready at the end of every iteration of plan_and_commit.
This commit is contained in:
parent
0e1dbc04bf
commit
43a8978bab
@ -1189,8 +1189,6 @@ join_cluster(Nodes) ->
|
||||
?assertEqual(ok, wait_until(fun() -> ok == plan_and_commit(Node1, Nodes) end))
|
||||
end,
|
||||
|
||||
?assertEqual(ok, wait_until_nodes_ready(Nodes)),
|
||||
|
||||
%% Ensure each node owns a portion of the ring
|
||||
wait_until_nodes_agree_about_ownership(Nodes),
|
||||
?assertEqual(ok, wait_until_no_pending_changes(Nodes)),
|
||||
|
Loading…
Reference in New Issue
Block a user