Skip to content

Commit

Permalink
Merge branch 'main' into cleanup-binlog-pitr
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Dec 10, 2024
2 parents 4343b7e + ac23e59 commit 9722c14
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 203 deletions.
3 changes: 2 additions & 1 deletion go/vt/vtgate/planbuilder/plan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -664,8 +664,9 @@ func (s *planTestSuite) testFile(filename string, vschema *vschemawrapper.VSchem
continue
}
current := PlanTest{
Comment: testName,
Comment: tcase.Comment,
Query: tcase.Query,
SkipE2E: tcase.SkipE2E,
}
vschema.Version = Gen4
out := getPlanOutput(tcase, vschema, render)
Expand Down
Loading

0 comments on commit 9722c14

Please sign in to comment.