提交 84c71d5d 编写于 作者: P plum-lihui

[add tmq case]

上级 18cd6c40
......@@ -40,6 +40,7 @@
# ---- tmq
./test.sh -f tsim/tmq/basic.sim
./test.sh -f tsim/tmq/basic1.sim
./test.sh -f tsim/tmq/oneTopic.sim
# --- stable
./test.sh -f tsim/stable/disk.sim
......
......@@ -112,21 +112,21 @@ print $data90 $data91 $data92 $data93
if $rows != 10 then
return -1
endi
#if $data00 != 10 then
# return -1
#endi
if $data00 != 10 then
return -1
endi
if $data01 != 0 then
return -1
endi
#if $data10 != 10 then
# return -1
#endi
if $data10 != 10 then
return -1
endi
if $data11 != 1 then
return -1
endi
#if $data90 != 10 then
# return -1
#endi
if $data90 != 10 then
return -1
endi
if $data91 != 9 then
return -1
endi
......@@ -167,15 +167,6 @@ print $data90 $data91 $data92 $data93
return
sql select sum(c1), c1, avg(c1), min(c1), max(c2) from group_tb0 where c1 < 20 group by c1;
if $row != 20 then
return -1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册