Skip to content

Commit

Permalink
skip test for madsim
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed May 14, 2024
1 parent e9765ae commit 4bffda5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e_test/streaming/rate_limit/slow-udf.slt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ set streaming_rate_limit=1;
statement ok
set background_ddl=true;

skipif in-memory
statement ok
CREATE FUNCTION delay(secs int) RETURNS int LANGUAGE python AS $$
def delay(n):
Expand All @@ -18,6 +19,7 @@ def delay(n):
return n
$$;

skipif in-memory
statement ok
create sink m1 as select delay(v1) from t with (connector='blackhole');

Expand All @@ -39,9 +41,11 @@ flush;
statement ok
flush;

skipif in-memory
statement ok
drop sink m1;

skipif in-memory
statement ok
drop function delay;

Expand Down

0 comments on commit 4bffda5

Please sign in to comment.