Skip to content

Commit

Permalink
revert more
Browse files Browse the repository at this point in the history
  • Loading branch information
lance6716 committed Nov 8, 2021
1 parent b477374 commit 9066cc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dm/tests/shardddl1/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ function DM_001_CASE() {
# schema tracker could track per table without error
run_dm_ctl_with_retry $WORK_DIR "127.0.0.1:$MASTER_PORT" \
"query-status test" \
"Duplicate column name 'new_col1'" 1
"\"result\": true" 2 \
"\"synced\": true" 1
# only downstream sees a duplicate error, but currently ignored by DM
check_log_contain_with_retry "Duplicate column name 'new_col1'" $WORK_DIR/worker1/log/dm-worker.log $WORK_DIR/worker2/log/dm-worker.log
}

function DM_001() {
Expand Down

0 comments on commit 9066cc9

Please sign in to comment.