Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): add iceberg ci sleep time #19288

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions e2e_test/iceberg/test_case/iceberg_source_all_delete.slt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ flush
statement ok
DELETE FROM s1 WHERE i1 < 3;

sleep 16s
sleep 20s

statement ok
CREATE SOURCE iceberg_t1_source
Expand All @@ -57,7 +57,7 @@ DELETE FROM s1 WHERE i1 > 4;
statement ok
flush

sleep 16s
sleep 20s

query I
select * from iceberg_t1_source order by i1 limit 5;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ flush
statement ok
DELETE FROM s1 WHERE i1 < 3;

sleep 16s
sleep 20s

statement ok
CREATE SOURCE iceberg_t1_source
Expand Down
Loading