fix: ci error
This commit is contained in:
parent
df19645a90
commit
d5d7029338
|
@ -1011,7 +1011,7 @@
|
|||
,,y,script,./test.sh -f tsim/query/partitionby.sim
|
||||
,,y,script,./test.sh -f tsim/query/tableCount.sim
|
||||
,,y,script,./test.sh -f tsim/query/show_db_table_kind.sim
|
||||
,,y,script,./test.sh -f tsim/query/bi_star_tbname.sim
|
||||
,,y,script,./test.sh -f tsim/query/bi_star_table.sim
|
||||
,,y,script,./test.sh -f tsim/query/tag_scan.sim
|
||||
,,y,script,./test.sh -f tsim/query/nullColSma.sim
|
||||
,,y,script,./test.sh -f tsim/query/bug3398.sim
|
||||
|
|
|
@ -97,6 +97,11 @@ if $data03 != tba1 then
|
|||
return -1
|
||||
endi
|
||||
|
||||
sql select * from (select f1 from db1.sta);
|
||||
if $cols != 1 then
|
||||
return -1
|
||||
endi
|
||||
|
||||
set_bi_mode 0
|
||||
sql select * from db1.sta order by ts;
|
||||
if $cols != 6 then
|
||||
|
|
Loading…
Reference in New Issue