Skip to content

Commit

Permalink
VReplication fix Flaky e2e test TestMoveTablesBuffering (#17180)
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps authored Nov 11, 2024
1 parent 11c619e commit 41984cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/test/endtoend/vreplication/movetables_buffering_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestMoveTablesBuffering(t *testing.T) {

catchup(t, targetTab1, workflowName, "MoveTables")
catchup(t, targetTab2, workflowName, "MoveTables")
vdiffSideBySide(t, ksWorkflow, "")
vdiff(t, targetKs, workflowName, "", false, true, nil)
waitForLowLag(t, "customer", workflowName)
for i := 0; i < 10; i++ {
tstWorkflowSwitchReadsAndWrites(t)
Expand Down

0 comments on commit 41984cc

Please sign in to comment.