未验证 提交 c4dd284e 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #18072 from taosdata/lihui3.0/test

test: add log output
......@@ -137,7 +137,7 @@ class TDTestCase:
tdLog.info("check show subscriptions")
tdSql.query("show subscriptions")
# tdLog.debug(tdSql.queryResult)
tdLog.debug(tdSql.queryResult)
rows = tdSql.getRows()
expectSubscriptions = paraDict['vgroups'] * len(topicNameList)
tdLog.info("show subscriptions rows: %d, expect Subscriptions: %d"%(rows,expectSubscriptions))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册