diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index af0c5dcd51..621c0affb5 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -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 diff --git a/tests/script/tsim/query/bi_star_table.sim b/tests/script/tsim/query/bi_star_table.sim index 618408ff7d..6bd6938678 100644 --- a/tests/script/tsim/query/bi_star_table.sim +++ b/tests/script/tsim/query/bi_star_table.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