Skip to content

Commit

Permalink
fix(test): fix recovery test case (#16245)
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 authored Apr 11, 2024
1 parent 132b4c9 commit a4a944d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e_test/streaming/nexmark_snapshot.slt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ include ../nexmark/insert_person.slt.part
include ../nexmark/insert_auction.slt.part
include ../nexmark/insert_bid.slt.part

# Ensure that the upstream data is fully consumed
statement ok
flush;

# Then, create materialized views based on the historical data (snapshot)
include ./nexmark/create_views.slt.part

Expand Down

0 comments on commit a4a944d

Please sign in to comment.