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

Commit

Permalink
test: fix unstable handle-error test case (#1247) (#1250)
Browse files Browse the repository at this point in the history
Signed-off-by: ti-srebot <[email protected]>

Co-authored-by: GMHDBJD <[email protected]>
  • Loading branch information
2 people authored and csuzhangxc committed Oct 30, 2020
1 parent 0662258 commit aa1ed5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/handle_error/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,10 @@ function DM_4220_CASE() {
run_dm_ctl $WORK_DIR "127.0.0.1:$MASTER_PORT" \
"handle-error test revert -s $source2 -b $first_name2:$third_pos2" \
"\"result\": true" 2

run_dm_ctl_with_retry $WORK_DIR "127.0.0.1:$MASTER_PORT" \
"query-status test" \
"Unsupported modify column.*varchar(10)" 2

run_dm_ctl $WORK_DIR "127.0.0.1:$MASTER_PORT" \
"handle-error test skip" \
Expand Down

0 comments on commit aa1ed5e

Please sign in to comment.