提交 95f7698a 编写于 作者: S Shengliang Guan

scripts

上级 62304aa6
...@@ -17,14 +17,28 @@ endi ...@@ -17,14 +17,28 @@ endi
print ========== step2 print ========== step2
system sh/exec.sh -n dnode2 -s start system sh/exec.sh -n dnode2 -s start
sleep 3000
$x = 0
step1:
$x = $x + 1
sleep 1000
if $x == 10 then
return -1
endi
sql show dnodes sql show dnodes
print dnode1 off: $data7_1 print dnode1 $data4_1
print dnode2 off: $data7_2 print dnode2 $data4_2
if $data4_1 != ready then
goto step1
endi
if $data4_2 != ready then
goto step1
endi
print ========== step3 print ========== step3
system sh/exec.sh -n dnode2 -s stop system sh/exec.sh -n dnode2 -s stop
sql show dnodes
$x = 0 $x = 0
step3: step3:
...@@ -33,7 +47,7 @@ step3: ...@@ -33,7 +47,7 @@ step3:
if $x == 10 then if $x == 10 then
return -1 return -1
endi endi
sql show dnodes
print dnode1 off: $data7_1 print dnode1 off: $data7_1
print dnode2 off: $data7_2 print dnode2 off: $data7_2
if $data7_2 != @status msg timeout@ then if $data7_2 != @status msg timeout@ then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册