Skip to content

Commit

Permalink
chore: drop clean
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 committed Dec 13, 2024
1 parent 7ae2e11 commit 60db3ea
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/cases/standalone/common/flow/flow_rebuild.result
Original file line number Diff line number Diff line change
Expand Up @@ -564,3 +564,15 @@ SELECT wildcard FROM out_basic;
| 3 |
+----------+

DROP FLOW test_wildcard_basic;

Affected Rows: 0

DROP TABLE input_basic;

Affected Rows: 0

DROP TABLE out_basic;

Affected Rows: 0

6 changes: 6 additions & 0 deletions tests/cases/standalone/common/flow/flow_rebuild.sql
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,9 @@ VALUES
ADMIN FLUSH_FLOW('test_wildcard_basic');

SELECT wildcard FROM out_basic;

DROP FLOW test_wildcard_basic;

DROP TABLE input_basic;

DROP TABLE out_basic;

0 comments on commit 60db3ea

Please sign in to comment.