tetst:sleep 2 after stop taosd in windows ci
This commit is contained in:
parent
f6d3cb8fe3
commit
01ad6a685b
|
@ -4,5 +4,5 @@ rem echo taskkill /F /IM taosd.exe
|
||||||
|
|
||||||
wmic process where "name='taosd.exe'" call terminate > NUL 2>&1
|
wmic process where "name='taosd.exe'" call terminate > NUL 2>&1
|
||||||
taskkill /F /IM taosd.exe > NUL 2>&1
|
taskkill /F /IM taosd.exe > NUL 2>&1
|
||||||
|
sleep 2
|
||||||
rem echo taskkill /F /IM taosd.exe finished
|
rem echo taskkill /F /IM taosd.exe finished
|
|
@ -308,4 +308,4 @@ if $rows != 2 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
#system sh/exec.sh -n dnode1 -s stop -x SIGINT
|
system sh/exec.sh -n dnode1 -s stop -x SIGINT
|
||||||
|
|
Loading…
Reference in New Issue