Skip to content

Commit

Permalink
Remove explicit schema reload
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed May 20, 2024
1 parent 341e232 commit 1749d3d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3365,7 +3365,6 @@ func TestPlayerStalls(t *testing.T) {
"drop table t1",
fmt.Sprintf("drop table %s.t1", vrepldb),
})
env.SchemaEngine.Reload(ctx)

filter := &binlogdatapb.Filter{}
bls := &binlogdatapb.BinlogSource{
Expand Down

0 comments on commit 1749d3d

Please sign in to comment.