Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/replication2_dirty.erl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ confirm() ->
wait_until_coord_has_dirty(LeaderA),

lager:info("Starting fullsync"),
repl_util:start_and_wait_until_fullsync_complete(LeaderA),
repl_util:start_and_wait_until_fullsync_complete(LeaderA, "B"),
lager:info("Wait for all nodes to show up clean"),
wait_until_all_nodes_clean(LeaderA),

Expand All @@ -120,7 +120,7 @@ confirm() ->
wait_until_coord_has_dirty(DirtyB),

lager:info("Starting fullsync"),
repl_util:start_and_wait_until_fullsync_complete(LeaderA),
repl_util:start_and_wait_until_fullsync_complete(LeaderA, "B"),
lager:info("Wait for all nodes to show up clean"),
wait_until_all_nodes_clean(LeaderA),

Expand All @@ -146,7 +146,7 @@ confirm() ->
ResultC = rpc:call(DirtyD, riak_repl_stats, rt_source_errors, []),
lager:info("Result = ~p", [ResultC])
end),
repl_util:start_and_wait_until_fullsync_complete(LeaderA),
repl_util:start_and_wait_until_fullsync_complete(LeaderA, "B"),

lager:info("Checking to see if C is still clean"),
wait_until_node_clean(DirtyC),
Expand Down