From 21854ad4c53cf06274de25cc9ceb94a42b657fd8 Mon Sep 17 00:00:00 2001 From: gmhdbjd Date: Tue, 16 Jun 2020 11:33:34 -0400 Subject: [PATCH] Revert "sleep more time" This reverts commit ffea03464e117531b104225ab3e78770c9e8495f. --- tests/all_mode/run.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/all_mode/run.sh b/tests/all_mode/run.sh index 1d29425fed..51ee2a2255 100755 --- a/tests/all_mode/run.sh +++ b/tests/all_mode/run.sh @@ -129,7 +129,11 @@ function run() { # restart tidb, and task will recover success run_tidb_server 4000 $TIDB_PASSWORD - sleep 10 + sleep 2 + + run_dm_ctl $WORK_DIR "127.0.0.1:$MASTER_PORT" \ + "query-status test" \ + "fail fail fail" 1 # use sync_diff_inspector to check data now! check_sync_diff $WORK_DIR $cur/conf/diff_config.toml