Skip to content

Commit

Permalink
Merge branch 'master' into pkg-entry-testify
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Sep 16, 2021
2 parents 6ac15bd + f368d93 commit b0feb7f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tests/_utils/stop_tidb_cluster
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/bin/bash

killall -q -w -s 9 tikv-server || true
killall -q -w -s 9 pd-server || true
killall -q -w -s 9 tidb-server || true
killall -q -w -s 9 cdc || true
# cdc server is ran by binary cdc.test, kill cdc server first to avoid too much
# noise in cdc logs.
killall -q -w -s 9 cdc.test || true
killall -q -w -s 9 cdc || true
killall -q -w -s 9 cdc_state_checker || true
killall -q -w -s 9 tidb-server || true
killall -q -w -s 9 tikv-server || true
killall -q -w -s 9 tiflash || true
killall -q -w -s 9 flash_cluster_manager || true
killall -q -w -s 9 cdc_state_checker || true
killall -q -w -s 9 pd-server || true

CUR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
source $CUR/../_utils/test_prepare
Expand Down

0 comments on commit b0feb7f

Please sign in to comment.