Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lance6716 authored Aug 9, 2022
1 parent d9348fb commit c9ac36d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dm/tests/shardddl2/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,7 @@ function DM_DROP_COLUMN_EXEC_ERROR() {
function DM_DROP_COLUMN_ALL_DONE_CASE() {
# get worker of source2
w="1"
<<<<<<< HEAD
got=$(grep "mysql-replica-01" $WORK_DIR/worker1/log/dm-worker.log | wc -l)
=======
got=$(grep -a "mysql-replica-02" $WORK_DIR/worker1/log/dm-worker.log | wc -l)
>>>>>>> 1e7b84040 (test(dm): inject error to a not-auto-resume source (#6624))
if [[ "$got" -eq 0 ]]; then
w="2"
fi
Expand Down

0 comments on commit c9ac36d

Please sign in to comment.