test: minor changes

This commit is contained in:
Shengliang Guan 2022-06-27 20:05:32 +08:00
parent 838dcfedad
commit 572a56c3cf
1 changed files with 7 additions and 6 deletions

View File

@ -222,12 +222,6 @@ if $rows != 4 then
return -1
endi
print =============== step6: select data
sql show d1.tables
if $rows != 1 then
return -1
endi
print =============== step62 wait vgroup2
$x = 0
step62:
@ -348,6 +342,13 @@ if $leaderExist != 1 then
goto step65
endi
print =============== step7: select data
print ===> $data00 $data01
sql show d1.tables
if $rows != 1 then
return -1
endi
system sh/exec.sh -n dnode1 -s stop -x SIGINT
system sh/exec.sh -n dnode2 -s stop -x SIGINT
system sh/exec.sh -n dnode3 -s stop -x SIGINT