Skip to content

Commit

Permalink
Update go/vt/vttablet/tabletmanager/vreplication/vreplicator_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Olga Shestopalova <olgash@mit.edu>
  • Loading branch information
olyazavr and shlomi-noach authored Sep 12, 2023
1 parent 51b91b6 commit 9151498
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ func TestResumingFromPreviousWorkflowKeepingRowsCopied(t *testing.T) {
vsclient := newTabletConnector(tablet)
stats := binlogplayer.NewStats()
defer stats.Stop()

dbaconn := playerEngine.dbClientFactoryDba()
err := dbaconn.Connect()
require.NoError(t, err)
Expand Down

0 comments on commit 9151498

Please sign in to comment.