提交 1b8e556e 编写于 作者: S Shengliang Guan

fix: unstable test case

上级 345eca57
...@@ -62,10 +62,12 @@ system sh/exec.sh -n dnode1 -s stop -x SIGINT ...@@ -62,10 +62,12 @@ system sh/exec.sh -n dnode1 -s stop -x SIGINT
system sh/exec.sh -n dnode1 -s start -v system sh/exec.sh -n dnode1 -s start -v
print =============== stepa: query data print =============== stepa: query data
$x = 0
steps: steps:
$x = $x + 1 $x = $x + 1
sleep 1000 sleep 500
if $x == 20 then if $x == 50 then
return -1 return -1
endi endi
sql select * from c1 -x steps sql select * from c1 -x steps
......
...@@ -158,10 +158,11 @@ print =============== restart ...@@ -158,10 +158,11 @@ print =============== restart
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 dnode1 -s start -v system sh/exec.sh -n dnode1 -s start -v
$x = 0
steps: steps:
$x = $x + 1 $x = $x + 1
sleep 1000 sleep 500
if $x == 20 then if $x == 50 then
return -1 return -1
endi endi
sql select avg(tbcol) as c from stb -x steps sql select avg(tbcol) as c from stb -x steps
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册