test: minor changes
This commit is contained in:
parent
4093184d2c
commit
40ed0e22bf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue