Skip to content

Commit

Permalink
remove outdated test
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Feb 27, 2024
1 parent 05f0bc0 commit 8616a7a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions go/vt/vttablet/tabletserver/vstreamer/planbuilder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,6 @@ func TestPlanBuilder(t *testing.T) {
inTable: t1,
inRule: &binlogdatapb.Rule{Match: "t1", Filter: "select id, val from t1 where in_keyrange(id)"},
outErr: `unsupported: id`,
}, {
inTable: t1,
inRule: &binlogdatapb.Rule{Match: "t1", Filter: "select id, val from t1 where in_keyrange(*, 'hash', '-80')"},
outErr: `[BUG] unexpected: *sqlparser.StarExpr *`,
}, {
inTable: t1,
inRule: &binlogdatapb.Rule{Match: "t1", Filter: "select id, val from t1 where in_keyrange(1, 'hash', '-80')"},
Expand Down Expand Up @@ -632,11 +628,6 @@ func TestPlanBuilder(t *testing.T) {
inTable: t1,
inRule: &binlogdatapb.Rule{Match: "t1", Filter: "select t1.id, val from t1"},
outErr: `unsupported qualifier for column: t1.id`,
}, {
// selString
inTable: t1,
inRule: &binlogdatapb.Rule{Match: "t1", Filter: "select id, val from t1 where in_keyrange(id, *, '-80')"},
outErr: `unsupported: *`,
}, {
inTable: t1,
inRule: &binlogdatapb.Rule{Match: "t1", Filter: "select id, val from t1 where in_keyrange(id, 1+1, '-80')"},
Expand Down

0 comments on commit 8616a7a

Please sign in to comment.