提交 1ae3dcab 编写于 作者: haoranc's avatar haoranc

[TD-13526]<test>: add checkClusterStatus.py

上级 1eb792a8
......@@ -64,7 +64,9 @@ class TwoClients:
version = sys.argv[2]
tdSql.query("show variables")
tdSql.checkData(6,1,"%s" % version)
for i in range(tdSql.queryRows):
if (tdSql.queryResult[i][0] == "version" ):
tdSql.checkData(i,1,"%s" % version)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册