Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
GMHDBJD committed Dec 27, 2021
1 parent d05a206 commit 70b52e9
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions dm/tests/shardddl1/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -597,11 +597,7 @@ function DM_COMPACT() {
ps aux | grep dm-worker | awk '{print $2}' | xargs kill || true
check_port_offline $WORKER1_PORT 20
check_port_offline $WORKER2_PORT 20
<<<<<<< HEAD
export GO_FAILPOINTS='github.com/pingcap/tiflow/dm/syncer/BlockExecuteSQLs=return(1)'
=======
export GO_FAILPOINTS='github.com/pingcap/ticdc/dm/syncer/BlockExecuteSQLs=return(1);github.com/pingcap/ticdc/dm/syncer/SafeModeInitPhaseSeconds=return(5)'
>>>>>>> 76e701dcc (compactor: fix duplicate entry in safemode (#3432))
export GO_FAILPOINTS='github.com/pingcap/tiflow/dm/syncer/BlockExecuteSQLs=return(1);github.com/pingcap/tiflow/dm/syncer/SafeModeInitPhaseSeconds=return(5)'
run_dm_worker $WORK_DIR/worker1 $WORKER1_PORT $cur/conf/dm-worker1.toml
run_dm_worker $WORK_DIR/worker2 $WORKER2_PORT $cur/conf/dm-worker2.toml
check_rpc_alive $cur/../bin/check_worker_online 127.0.0.1:$WORKER1_PORT
Expand Down Expand Up @@ -672,18 +668,6 @@ function DM_MULTIPLE_ROWS_CASE() {
}

function DM_MULTIPLE_ROWS() {
<<<<<<< HEAD
=======
ps aux | grep dm-worker | awk '{print $2}' | xargs kill || true
check_port_offline $WORKER1_PORT 20
check_port_offline $WORKER2_PORT 20
export GO_FAILPOINTS='github.com/pingcap/ticdc/dm/syncer/BlockExecuteSQLs=return(1);github.com/pingcap/ticdc/dm/syncer/SafeModeInitPhaseSeconds=return(5)'
run_dm_worker $WORK_DIR/worker1 $WORKER1_PORT $cur/conf/dm-worker1.toml
run_dm_worker $WORK_DIR/worker2 $WORKER2_PORT $cur/conf/dm-worker2.toml
check_rpc_alive $cur/../bin/check_worker_online 127.0.0.1:$WORKER1_PORT
check_rpc_alive $cur/../bin/check_worker_online 127.0.0.1:$WORKER2_PORT

>>>>>>> 76e701dcc (compactor: fix duplicate entry in safemode (#3432))
run_case MULTIPLE_ROWS "single-source-no-sharding" \
"run_sql_source1 \"create table ${shardddl1}.${tb1} (a int primary key, b int unique, c int);\"" \
"clean_table" ""
Expand Down

0 comments on commit 70b52e9

Please sign in to comment.