Skip to content

Commit

Permalink
vitessio#5048 changed how we delete from copy_state table, the testca…
Browse files Browse the repository at this point in the history
…se needs to be updated to conform to that

Signed-off-by: deepthi <deepthi@planetscale.com>
  • Loading branch information
deepthi committed Aug 13, 2019
1 parent 5a2a09a commit c66d22d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go/vt/vttablet/tabletmanager/vreplication/vcopier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,7 @@ func TestPlayerCopyWildcardRule(t *testing.T) {
if _, err := playerEngine.Exec(query); err != nil {
t.Fatal(err)
}
expectDBClientQueries(t, []string{
"/delete",
})
expectDeleteQueries(t)
}()

expectDBClientQueries(t, []string{
Expand Down

0 comments on commit c66d22d

Please sign in to comment.