提交 40ed0e22 编写于 作者: S Shengliang Guan

test: minor changes

上级 4093184d
...@@ -233,6 +233,7 @@ if $data(1)[3] != dropping then ...@@ -233,6 +233,7 @@ if $data(1)[3] != dropping then
endi endi
print =============== step9: start mnode1 and wait it dropped print =============== step9: start mnode1 and wait it dropped
sleep 1000
system sh/exec.sh -n dnode1 -s start system sh/exec.sh -n dnode1 -s start
$x = 0 $x = 0
......
...@@ -233,12 +233,12 @@ if $rows != 4 then ...@@ -233,12 +233,12 @@ if $rows != 4 then
endi endi
sql show dnode 1 variables; sql show dnode 1 variables;
if $rows != 114 then if $rows <= 0 then
return -1 return -1
endi endi
sql show local variables; sql show local variables;
if $rows != 50 then if $rows <= 0 then
return -1 return -1
endi endi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册