Skip to content

Commit

Permalink
split test file
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Aug 27, 2024
1 parent 6e02b9f commit 67c93e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions go/test/endtoend/vtgate/vitess_tester/dual/queries.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# file with tests that only use the dual table

# Dual query that is using tilda operator in a complex expression
SELECT 1 WHERE (~ (1||0)) IS NULL;
3 changes: 0 additions & 3 deletions go/test/endtoend/vtgate/vitess_tester/join/join.test
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,3 @@ from t1
left join (select t4.col, count(*) as count from t4 group by t4.col) t3 on t3.col = t2.id
where t1.id IN (1, 2)
group by t2.id, t4.col;

# Dual query that is using tilda operator in a complex expression
SELECT 1 WHERE (~ (1||0)) IS NULL;

0 comments on commit 67c93e4

Please sign in to comment.