Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cdc: revert something from PR 10139 #10318

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions dm/tests/lightning_mode/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ function run() {
export GO_FAILPOINTS=''
}

#cleanup_data lightning_mode
## also cleanup dm processes in case of last run failed
#cleanup_process $*
#run $*
#cleanup_process $*
cleanup_data lightning_mode
# also cleanup dm processes in case of last run failed
cleanup_process $*
run $*
cleanup_process $*

echo "[$(date)] <<<<<< test case $TEST_NAME success! >>>>>>"
24 changes: 12 additions & 12 deletions dm/tests/tls/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -384,17 +384,17 @@ function run() {
test_source_and_target_with_empty_tlsconfig
}

#cleanup_data tls
#cleanup_process
#
#run
#
## kill the tidb with tls
#pkill -hup tidb-server 2>/dev/null || true
#wait_process_exit tidb-server
#
#run_tidb_server 4000 $TIDB_PASSWORD
#
#cleanup_process
cleanup_data tls
cleanup_process

run

# kill the tidb with tls
pkill -hup tidb-server 2>/dev/null || true
wait_process_exit tidb-server

run_tidb_server 4000 $TIDB_PASSWORD

cleanup_process

echo "[$(date)] <<<<<< test case $TEST_NAME success! >>>>>>"
Loading