提交 2dad2778 编写于 作者: S Shengliang Guan

test: regression case

上级 b0e3a1d0
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
./test.sh -f tsim/parser/constCol.sim ./test.sh -f tsim/parser/constCol.sim
#./test.sh -f tsim/parser/create_db.sim #./test.sh -f tsim/parser/create_db.sim
./test.sh -f tsim/parser/create_mt.sim ./test.sh -f tsim/parser/create_mt.sim
# TD-17653 ./test.sh -f tsim/parser/create_tb_with_tag_name.sim ./test.sh -f tsim/parser/create_tb_with_tag_name.sim
./test.sh -f tsim/parser/create_tb.sim ./test.sh -f tsim/parser/create_tb.sim
./test.sh -f tsim/parser/dbtbnameValidate.sim ./test.sh -f tsim/parser/dbtbnameValidate.sim
./test.sh -f tsim/parser/distinct.sim ./test.sh -f tsim/parser/distinct.sim
......
...@@ -93,7 +93,7 @@ sql_error create table tb11 using st2 (id,t1,) tags (1,1,1); ...@@ -93,7 +93,7 @@ sql_error create table tb11 using st2 (id,t1,) tags (1,1,1);
sql create table tb12 using st2 (t1,id) tags (2,1); sql create table tb12 using st2 (t1,id) tags (2,1);
sql show tags from tb12; sql show tags from tb12;
if $rows != 5 then if $rows != 4 then
return -1 return -1
endi endi
if $data05 != 1 then if $data05 != 1 then
...@@ -109,9 +109,9 @@ if $data35 != NULL then ...@@ -109,9 +109,9 @@ if $data35 != NULL then
return -1 return -1
endi endi
sql create table tb13 using st2 ("t1",'id') tags (2,1); sql create table tb13 using st2 (t1,id) tags (2,1);
sql show tags from tb13; sql show tags from tb13;
if $rows != 2 then if $rows != 4 then
return -1 return -1
endi endi
if $data05 != 1 then if $data05 != 1 then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册