Skip to content

Commit

Permalink
fix IT
Browse files Browse the repository at this point in the history
  • Loading branch information
sdojjy committed Dec 29, 2021
1 parent 9e3bb3d commit 8291db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/sink_hang/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function run() {
*) SINK_URI="mysql://normal:[email protected]:3306/?max-txn-row=1" ;;
esac

export GO_FAILPOINTS='github.com/pingcap/ticdc/cdc/sink/MySQLSinkExecDMLError=2*return(true)'
export GO_FAILPOINTS='github.com/pingcap/tiflow/cdc/sink/MySQLSinkExecDMLError=2*return(true)'
run_cdc_server --workdir $WORK_DIR --binary $CDC_BINARY --addr "127.0.0.1:8300" --pd $pd_addr
changefeed_id=$(cdc cli changefeed create --pd=$pd_addr --sink-uri="$SINK_URI" 2>&1 | tail -n2 | head -n1 | awk '{print $2}')
if [ "$SINK_TYPE" == "kafka" ]; then
Expand Down

0 comments on commit 8291db0

Please sign in to comment.