From d5d702933833fdc59d7b9a5b264c393e0519e071 Mon Sep 17 00:00:00 2001 From: slzhou Date: Sun, 24 Sep 2023 21:45:32 +0800 Subject: [PATCH] fix: ci error --- tests/parallel_test/cases.task | 2 +- tests/script/tsim/query/bi_star_table.sim | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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