Skip to content

Commit

Permalink
fix(test): fix some flaky e2e source tests (#18989)
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan authored and xxchan committed Oct 18, 2024
1 parent 55dc238 commit 71f19f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e_test/source_inline/kafka/avro/glue.slt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ EOF
statement ok
ALTER SYSTEM SET license_key TO '';

sleep 1s

statement error
create source t with (
connector = 'kafka',
Expand Down
6 changes: 6 additions & 0 deletions e2e_test/source_inline/kafka/temporary_kafka_batch.slt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ t
t
t

# ensure now() is larger
sleep 1s

statement ok
flush;

query B
select _rw_kafka_timestamp < now() from s1
----
Expand Down

0 comments on commit 71f19f3

Please sign in to comment.