未验证 提交 b36250fe 编写于 作者: H Hui Li 提交者: GitHub

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

test: add test case for select topic info
......@@ -331,6 +331,16 @@ endi
return -1
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
#system tsim/tmq/consume.sh -s stop -x SIGINT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册