[add tmq case]
This commit is contained in:
parent
18cd6c4055
commit
84c71d5d3c
|
@ -40,6 +40,7 @@
|
||||||
# ---- tmq
|
# ---- tmq
|
||||||
./test.sh -f tsim/tmq/basic.sim
|
./test.sh -f tsim/tmq/basic.sim
|
||||||
./test.sh -f tsim/tmq/basic1.sim
|
./test.sh -f tsim/tmq/basic1.sim
|
||||||
|
./test.sh -f tsim/tmq/oneTopic.sim
|
||||||
|
|
||||||
# --- stable
|
# --- stable
|
||||||
./test.sh -f tsim/stable/disk.sim
|
./test.sh -f tsim/stable/disk.sim
|
||||||
|
|
|
@ -112,21 +112,21 @@ print $data90 $data91 $data92 $data93
|
||||||
if $rows != 10 then
|
if $rows != 10 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
#if $data00 != 10 then
|
if $data00 != 10 then
|
||||||
# return -1
|
return -1
|
||||||
#endi
|
endi
|
||||||
if $data01 != 0 then
|
if $data01 != 0 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
#if $data10 != 10 then
|
if $data10 != 10 then
|
||||||
# return -1
|
return -1
|
||||||
#endi
|
endi
|
||||||
if $data11 != 1 then
|
if $data11 != 1 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
#if $data90 != 10 then
|
if $data90 != 10 then
|
||||||
# return -1
|
return -1
|
||||||
#endi
|
endi
|
||||||
if $data91 != 9 then
|
if $data91 != 9 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
@ -167,15 +167,6 @@ print $data90 $data91 $data92 $data93
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
sql select sum(c1), c1, avg(c1), min(c1), max(c2) from group_tb0 where c1 < 20 group by c1;
|
sql select sum(c1), c1, avg(c1), min(c1), max(c2) from group_tb0 where c1 < 20 group by c1;
|
||||||
if $row != 20 then
|
if $row != 20 then
|
||||||
return -1
|
return -1
|
||||||
|
|
Loading…
Reference in New Issue