Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
3pointer authored and ti-chi-bot committed May 20, 2021
1 parent 62b3c6d commit c161255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/lightning_checkpoint_parquet/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ set +e
run_lightning -d "$DBPATH" --backend tidb --enable-checkpoint=1 2> /dev/null
set -e
run_sql 'SELECT count(*), sum(iVal) FROM `cppq_tsr`.tbl'
check_contains "count(*): 32"
# sum(0..31)
check_contains "sum(iVal): 496"
check_contains "count(*): 1"
# sum(0)
check_contains "sum(iVal): 0"

# check chunk offset and update checkpoint current row id to a higher value so that
# if parse read from start, the generated rows will be different
Expand Down

0 comments on commit c161255

Please sign in to comment.