Skip to content

Commit

Permalink
fix: ci e2e test (#15595)
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 authored Mar 11, 2024
1 parent e9f2dbf commit 0239405
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions e2e_test/iceberg/test_case/iceberg_sink_upsert.slt
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,11 @@ CREATE SINK s6 AS select mv6.id as id, mv6.v1 as v1, mv6.v2 as v2, mv6.v3 as v3,
statement ok
INSERT INTO t6 VALUES (1, 1, 2, '1-2', '2022-03-11'), (1, 2, 2, '2-2', '2022-03-12'), (1, 3, 2, '3-2', '2022-03-13'), (1, 5, 2, '5-2', '2022-03-15'), (1, 8, 2, '8-2', '2022-03-18'), (1, 13, 2, '13-2', '2022-03-13'), (1, 21, 2, '21-2', '2022-03-21');

statement ok
FLUSH;

sleep 5s
sleep 10s

statement ok
INSERT INTO t6 VALUES (1, 1, 50, '1-50', '2022-03-11');

statement ok
FLUSH;

sleep 10s

Expand All @@ -45,9 +40,6 @@ select count(*) from t6;
----
7

statement ok
FLUSH;

sleep 10s

statement ok
Expand Down

0 comments on commit 0239405

Please sign in to comment.