test: add test case for select topic info

This commit is contained in:
chenhaoran 2022-05-11 12:39:15 +08:00
parent 705bf811a7
commit abc4973707
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