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

Commit

Permalink
test: disable task_checker for sharding test (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
lance6716 authored Aug 7, 2020
1 parent b40e960 commit 726611e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/sharding/conf/source2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ from:
user: root
password: /Q7B9DizNLLTTfiZHv9WoEAKamfpIUs=
port: 3307
checker:
check-enable: false
2 changes: 1 addition & 1 deletion tests/sharding/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function run() {
run_sql_file $cur/data/db1.increment.sql $MYSQL_HOST1 $MYSQL_PORT1 $MYSQL_PASSWORD1
run_sql_file $cur/data/db2.increment.sql $MYSQL_HOST2 $MYSQL_PORT2 $MYSQL_PASSWORD2

# the task should paused by `FlushCheckpointStage` failpont before flush old checkpoint.
# the task should paused by `FlushCheckpointStage` failpoint before flush old checkpoint.
run_dm_ctl_with_retry $WORK_DIR "127.0.0.1:$MASTER_PORT" \
"query-status test" \
"failpoint error for FlushCheckpointStage before flush old checkpoint" 1
Expand Down

0 comments on commit 726611e

Please sign in to comment.