提交 5a5a27e8 编写于 作者: S Shengliang Guan

minor changes

上级 25c0b8cb
......@@ -46,24 +46,24 @@ system sh/exec.sh -n dnode1 -s start
sql connect
print =============== step4
sql select count(*) from log.dn1
sql select * from log.dn1
$d1_first = $rows
sql select count(*) from log.dn2
sql select * from log.dn2
$d2_first = $rows
sleep 3000
sql select count(*) from log.dn1
sql select * from log.dn1
$d1_second = $rows
sql select count(*) from log.dn2
sql select * from log.dn2
$d2_second = $rows
print dnode1 $d1_first $d1_second
print dnode2 $d2_first $d2_first
print dnode2 $d2_first $d2_second
if $d1_first >= $d1_second then
return -1
endi
if $d2_first >= $d2_first then
if $d2_first >= $d2_second then
return -1
endi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册