Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed Nov 15, 2024
1 parent 8323c2d commit 23e9181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e_test/slow_tests/udf/always_retry_python.slt
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ system ok
pkill -i python

statement ok
DROP FUNCTION sleep_always_retry;
DROP TABLE t CASCADE;

statement ok
DROP FUNCTION sleep_no_retry;
DROP FUNCTION sleep_always_retry;

statement ok
DROP TABLE t CASCADE;
DROP FUNCTION sleep_no_retry;

0 comments on commit 23e9181

Please sign in to comment.