test: add test case for select topic info
This commit is contained in:
parent
705bf811a7
commit
abc4973707
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue