Skip to content

Commit

Permalink
VReplication fix Flaky e2e test TestMoveTablesBuffering (vitessio#17180)
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Renan Rangel <rrangel@slack-corp.com>
  • Loading branch information
rohit-nayak-ps authored and rvrangel committed Nov 21, 2024
1 parent ed2ac59 commit 4efbdaa
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 4efbdaa

Please sign in to comment.