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

Commit

Permalink
Update run_services
Browse files Browse the repository at this point in the history
  • Loading branch information
3pointer authored May 13, 2021
1 parent 14bed3f commit 8c6631f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/_utils/run_services
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,8 @@ stop_services() {
for svc in "br" "tidb-server" "tiflash" "TiFlashMain" "tikv-server" "pd-server" "cdc" "minio" "tikv-importer"; do
stop $svc &
done
<<<<<<< HEAD
=======
sleep 2 # give some time for the OS to reap all processes
lsof -n -P -i :2379 -i :4000 -i :10080 -i :20161 -i :20162 -i :20163 -i :20181 -i :20182 -i :20183 -i :17000 -i :8125 || true
>>>>>>> 264059b7... backup: allow backup tolerate minor TiKV failure (#997) (#1019)
}

start_services() {
Expand Down

0 comments on commit 8c6631f

Please sign in to comment.