kill taosd before test crash_gen.

This commit is contained in:
Shuduo Sang 2020-07-08 18:31:18 +08:00
parent 4efd476268
commit 0866751fd8
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ matrix:
sleep 1
cd ${TRAVIS_BUILD_DIR}/tests/pytest
pkill -TERM -x taosd
fuser -k -n tcp 6030
sleep 1
./crash_gen.sh -p -t 5 -s 50|| travis_terminate $?
sleep 1