kill taosd before test crash_gen.
This commit is contained in:
parent
4efd476268
commit
0866751fd8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue