Merge pull request #12337 from taosdata/test-v3.0/lihui

test: add test case for select topic info
This commit is contained in:
Hui Li 2022-05-11 14:24:56 +08:00 committed by GitHub
commit b36250feeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 347 additions and 337 deletions

View File

@ -331,6 +331,16 @@ endi
return -1 return -1
check_ok_3: check_ok_3:
sql select * from performance_schema.`consumers`
if $rows != 0 then
return -1
endi
#sql select * from performance_schema.`subscriptions`
#if $rows != 0 then
# return -1
#endi
#------ not need stop consumer, because it exit after pull msg overthan expect msg #------ not need stop consumer, because it exit after pull msg overthan expect msg
#system tsim/tmq/consume.sh -s stop -x SIGINT #system tsim/tmq/consume.sh -s stop -x SIGINT