test(query): update the show.sim.
This commit is contained in:
parent
96363c411d
commit
8f3ecd5244
|
@ -101,7 +101,7 @@ if $rows != 1 then
|
|||
endi
|
||||
#sql select * from information_schema.user_streams
|
||||
sql select * from information_schema.user_tables
|
||||
if $rows != 1 then
|
||||
if $rows != 28 then
|
||||
return -1
|
||||
endi
|
||||
#sql select * from information_schema.user_table_distributed
|
||||
|
@ -199,7 +199,7 @@ if $rows != 1 then
|
|||
endi
|
||||
#sql select * from information_schema.user_streams
|
||||
sql select * from information_schema.user_tables
|
||||
if $rows != 1 then
|
||||
if $rows != 28 then
|
||||
return -1
|
||||
endi
|
||||
#sql select * from information_schema.user_table_distributed
|
||||
|
|
Loading…
Reference in New Issue