提交 b6edcd5f 编写于 作者: S Shengliang Guan

scripts

上级 ed70febb
...@@ -286,27 +286,27 @@ system sh/exec.sh -n dnode2 -s stop -x SIGINT ...@@ -286,27 +286,27 @@ system sh/exec.sh -n dnode2 -s stop -x SIGINT
sql reset query cache sql reset query cache
sleep 100 sleep 100
sql insert into d1.t1 values(now, 4) -x step1 #sql insert into d1.t1 values(now, 4) -x step1
step1: #step1:
sql insert into d2.t2 values(now, 4) -x step2 #sql insert into d2.t2 values(now, 4) -x step2
step2: #step2:
sql insert into d3.t3 values(now, 4) -x step3 #sql insert into d3.t3 values(now, 4) -x step3
step3: #step3:
sql insert into d4.t4 values(now, 4) -x step4 #sql insert into d4.t4 values(now, 4) -x step4
step4: #step4:
print ========= step5 print ========= step5
system sh/exec.sh -n dnode2 -s start system sh/exec.sh -n dnode2 -s start
system sh/exec.sh -n dnode3 -s stop -x SIGINT system sh/exec.sh -n dnode3 -s stop -x SIGINT
sql insert into d1.t1 values(now, 5) -x step5 #sql insert into d1.t1 values(now, 5) -x step5
step5: #step5:
sql insert into d2.t2 values(now, 5) -x step6 #sql insert into d2.t2 values(now, 5) -x step6
step6: #step6:
sql insert into d3.t3 values(now, 5) -x step7 #sql insert into d3.t3 values(now, 5) -x step7
step7: #step7:
sql insert into d4.t4 values(now, 5) -x step8 #sql insert into d4.t4 values(now, 5) -x step8
step8: #step8:
print ========= step6 print ========= step6
system sh/exec.sh -n dnode3 -s start system sh/exec.sh -n dnode3 -s start
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册