[add tmq case]
This commit is contained in:
parent
18cd6c4055
commit
84c71d5d3c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue