提交 b551731d 编写于 作者: W wu champion

fix the case

上级 a35c4227
...@@ -73,12 +73,9 @@ class TDTestCase: ...@@ -73,12 +73,9 @@ class TDTestCase:
return (self.queryRows, i) return (self.queryRows, i)
time.sleep(1) time.sleep(1)
except Exception as e: except Exception as e:
tdLog.info(f"sql: {sql} except raise {exception}, actually raise {repr(e)} ") tdLog.exit(f"sql: {sql} except raise {exception}, actually raise {repr(e)} ")
else: # else:
tdLog.exit(f"sql: {sql} except raise {exception}, actually not") # tdLog.exit(f"sql: {sql} except raise {exception}, actually not")
tdSql.checkData(0, 5, None)
def run(self): def run(self):
tdSql.execute("drop database if exists dbcq") tdSql.execute("drop database if exists dbcq")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册