Skip to content

Commit

Permalink
add finish_mark to the region_merge case.
Browse files Browse the repository at this point in the history
  • Loading branch information
3AceShowHand committed Mar 25, 2024
1 parent 51de2d6 commit c8442aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/integration_tests/region_merge/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ function run() {
done

run_sql "insert into region_merge.t1 values (-9223372036854775808),(0),(1),(9223372036854775807);" ${UP_TIDB_HOST} ${UP_TIDB_PORT}
check_table_exists region_merge.t1 ${DOWN_TIDB_HOST} ${DOWN_TIDB_PORT}

run_sql "create table region_merge.finish_mark (a int primary key);" ${UP_TIDB_HOST} ${UP_TIDB_PORT}
c
check_table_exists region_merge.finish_mark ${DOWN_TIDB_HOST} ${DOWN_TIDB_PORT}
check_sync_diff $WORK_DIR $CUR/conf/diff_config.toml

cleanup_process $CDC_BINARY
Expand Down

0 comments on commit c8442aa

Please sign in to comment.