From 01ad6a685b55c9ae4d9974c7a3e70a6f1335bd0d Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Tue, 3 Sep 2024 19:37:22 +0800 Subject: [PATCH] tetst:sleep 2 after stop taosd in windows ci --- tests/script/sh/stop_dnodes.bat | 2 +- tests/script/tsim/query/sys_tbname.sim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/script/sh/stop_dnodes.bat b/tests/script/sh/stop_dnodes.bat index 65aee26ed4..6b82fb4d1d 100644 --- a/tests/script/sh/stop_dnodes.bat +++ b/tests/script/sh/stop_dnodes.bat @@ -4,5 +4,5 @@ rem echo taskkill /F /IM taosd.exe wmic process where "name='taosd.exe'" call terminate > NUL 2>&1 taskkill /F /IM taosd.exe > NUL 2>&1 - +sleep 2 rem echo taskkill /F /IM taosd.exe finished \ No newline at end of file diff --git a/tests/script/tsim/query/sys_tbname.sim b/tests/script/tsim/query/sys_tbname.sim index 7739ea5373..dabe4fcdde 100644 --- a/tests/script/tsim/query/sys_tbname.sim +++ b/tests/script/tsim/query/sys_tbname.sim @@ -308,4 +308,4 @@ if $rows != 2 then return -1 endi -#system sh/exec.sh -n dnode1 -s stop -x SIGINT +system sh/exec.sh -n dnode1 -s stop -x SIGINT