test cases
This commit is contained in:
parent
4c11d0bc76
commit
5676735793
|
@ -23,7 +23,7 @@ endi
|
|||
|
||||
print $data00 $data01 $data02
|
||||
|
||||
sql create table st2 (ts timestamp, i float) tags (j bigint)
|
||||
sql create table st2 (ts timestamp, i float) tags (j int)
|
||||
sql show stables
|
||||
if $rows != 2 then
|
||||
return -1
|
||||
|
@ -39,15 +39,14 @@ if $rows != 1 then
|
|||
return -1
|
||||
endi
|
||||
|
||||
print -->
|
||||
print $data00 $data01 $data02
|
||||
print $data10 $data11 $data12
|
||||
|
||||
return
|
||||
|
||||
print =============== create child table
|
||||
sql create table c1 using st tags(1)
|
||||
sql create table c2 using st tags(2)
|
||||
|
||||
return
|
||||
sql show tables
|
||||
if $rows != 2 then
|
||||
return -1
|
||||
|
|
Loading…
Reference in New Issue