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:
Nick Marino 2016-09-14 18:37:40 -04:00
parent 0e1dbc04bf
commit 43a8978bab

View File

@ -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)),