提交 158e23d5 编写于 作者: P plum-lihui

test: add log info in test case

上级 07d11d2b
...@@ -138,7 +138,8 @@ class TDTestCase: ...@@ -138,7 +138,8 @@ class TDTestCase:
if "2: service ok" in retVal: if "2: service ok" in retVal:
tdLog.info("taos -k success") tdLog.info("taos -k success")
else: else:
tdLog.exit("taos -k fail") tdLog.info(retVal)
tdLog.exit("taos -k fail 1")
# stop taosd # stop taosd
tdDnodes.stop(1) tdDnodes.stop(1)
...@@ -149,7 +150,8 @@ class TDTestCase: ...@@ -149,7 +150,8 @@ class TDTestCase:
if "0: unavailable" in retVal: if "0: unavailable" in retVal:
tdLog.info("taos -k success") tdLog.info("taos -k success")
else: else:
tdLog.exit("taos -k fail") tdLog.info(retVal)
tdLog.exit("taos -k fail 2")
# restart taosd # restart taosd
tdDnodes.start(1) tdDnodes.start(1)
...@@ -158,7 +160,8 @@ class TDTestCase: ...@@ -158,7 +160,8 @@ class TDTestCase:
if "2: service ok" in retVal: if "2: service ok" in retVal:
tdLog.info("taos -k success") tdLog.info("taos -k success")
else: else:
tdLog.exit("taos -k fail") tdLog.info(retVal)
tdLog.exit("taos -k fail 3")
tdLog.printNoPrefix("================================ parameter: -n") tdLog.printNoPrefix("================================ parameter: -n")
# stop taosd # stop taosd
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册