提交 572a56c3 编写于 作者: S Shengliang Guan

test: minor changes

上级 838dcfed
...@@ -222,12 +222,6 @@ if $rows != 4 then ...@@ -222,12 +222,6 @@ if $rows != 4 then
return -1 return -1
endi endi
print =============== step6: select data
sql show d1.tables
if $rows != 1 then
return -1
endi
print =============== step62 wait vgroup2 print =============== step62 wait vgroup2
$x = 0 $x = 0
step62: step62:
...@@ -348,6 +342,13 @@ if $leaderExist != 1 then ...@@ -348,6 +342,13 @@ if $leaderExist != 1 then
goto step65 goto step65
endi 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 dnode1 -s stop -x SIGINT
system sh/exec.sh -n dnode2 -s stop -x SIGINT system sh/exec.sh -n dnode2 -s stop -x SIGINT
system sh/exec.sh -n dnode3 -s stop -x SIGINT system sh/exec.sh -n dnode3 -s stop -x SIGINT
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册