提交 acee0af5 编写于 作者: D dapan1121

fix case issue

上级 3976e1d0
...@@ -88,6 +88,8 @@ class TDTestCase: ...@@ -88,6 +88,8 @@ class TDTestCase:
except Exception as e: except Exception as e:
tdLog.info(repr(e)) tdLog.info(repr(e))
time.sleep(5)
tdSql.query("show streams") tdSql.query("show streams")
tdSql.checkRows(1) tdSql.checkRows(1)
tdSql.checkData(0, 2, 's0') tdSql.checkData(0, 2, 's0')
...@@ -146,6 +148,7 @@ class TDTestCase: ...@@ -146,6 +148,7 @@ class TDTestCase:
except Exception as e: except Exception as e:
tdLog.info(repr(e)) tdLog.info(repr(e))
time.sleep(5)
tdSql.query("show streams") tdSql.query("show streams")
tdSql.checkRows(2) tdSql.checkRows(2)
tdSql.checkData(0, 2, 's1') tdSql.checkData(0, 2, 's1')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册