test: adjust unstable case

This commit is contained in:
Shengliang Guan 2022-07-29 20:01:50 +08:00
parent 9e8c52329c
commit 35151c9a9f
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ if $data(2)[4] != ready then
endi endi
print =============== kill dnode2 print =============== kill dnode2
system sh/exec.sh -n dnode2 -s stop -x SIGINT system sh/exec.sh -n dnode2 -s stop -x SIGKILL
print =============== create database print =============== create database
sql show transactions sql show transactions
@ -88,7 +88,7 @@ endi
sql show transactions sql show transactions
if $rows != 0 then if $rows != 0 then
return -1 goto step2
endi endi
sql_error create database d1 vgroups 2; sql_error create database d1 vgroups 2;