Skip to content

Commit

Permalink
fix unstable test
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzix committed May 27, 2021
1 parent 134a13e commit a50b8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unified_sorter_sort_dir_conflict/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function prepare() {
run_sql "CREATE table test.simple3(id int primary key, val int);"
run_sql "CREATE table test.simple4(id int primary key, val int);"

sleep 10
sleep 20
# starts the first second server instance. It should fail, and bring down the changefeed
run_cdc_server --workdir $WORK_DIR --binary $CDC_BINARY --addr "127.0.0.1:8301" --logsuffix 2 --sort-dir /tmp/cdc_sort_1

Expand Down

0 comments on commit a50b8c6

Please sign in to comment.