test: minor changes

This commit is contained in:
Shengliang Guan 2022-06-23 14:28:32 +08:00
parent 4093184d2c
commit 40ed0e22bf
2 changed files with 3 additions and 2 deletions

View File

@ -233,6 +233,7 @@ if $data(1)[3] != dropping then
endi
print =============== step9: start mnode1 and wait it dropped
sleep 1000
system sh/exec.sh -n dnode1 -s start
$x = 0

View File

@ -233,12 +233,12 @@ if $rows != 4 then
endi
sql show dnode 1 variables;
if $rows != 114 then
if $rows <= 0 then
return -1
endi
sql show local variables;
if $rows != 50 then
if $rows <= 0 then
return -1
endi