Skip to content

Commit

Permalink
fix snapshot and upstream read test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Nov 1, 2023
1 parent 4b013ae commit 04149ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/scripts/run-backfill-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,16 @@ restart_cn() {
test_snapshot_and_upstream_read() {
echo "--- e2e, ci-backfill, test_snapshot_and_upstream_read"
cargo make ci-start ci-backfill
run_sql_file "$PARENT_PATH"/sql/backfill/create_base_table.sql
run_sql_file "$PARENT_PATH"/sql/backfill/basic/create_base_table.sql

# Provide snapshot
run_sql_file "$PARENT_PATH"/sql/backfill/insert.sql
run_sql_file "$PARENT_PATH"/sql/backfill/basic/insert.sql

# Provide updates ...
run_sql_file "$PARENT_PATH"/sql/backfill/insert.sql &
run_sql_file "$PARENT_PATH"/sql/backfill/basic/insert.sql &

# ... and concurrently create mv.
run_sql_file "$PARENT_PATH"/sql/backfill/create_mv.sql &
run_sql_file "$PARENT_PATH"/sql/backfill/basic/create_mv.sql &

wait

Expand Down

0 comments on commit 04149ee

Please sign in to comment.