Skip to content

Commit

Permalink
[test] Fix unstable case: ContinuousFileStoreITCase.testIgnoreDelete
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Jul 8, 2024
1 parent 3b36211 commit 2bffa69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ public void testIgnoreDelete() throws Exception {

BlockingIterator<Row, Row> iterator =
streamSqlBlockIter(
"SELECT * FROM ignore_delete /*+ OPTIONS('continuous.discovery-interval' = '1s') */");
"SELECT * FROM ignore_delete /*+ OPTIONS('continuous.discovery-interval' = '1s', 'scan.snapshot-id' = '1') */");

sql("INSERT INTO ignore_delete VALUES (1, 'A'), (2, 'B')");
sql("DELETE FROM ignore_delete WHERE pk = 1");
Expand Down

0 comments on commit 2bffa69

Please sign in to comment.