From b551731da15355775b34997047e31783548e641b Mon Sep 17 00:00:00 2001 From: wu champion Date: Sat, 8 May 2021 12:39:32 +0800 Subject: [PATCH] fix the case --- tests/pytest/stream/showStreamExecTimeisNull.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tests/pytest/stream/showStreamExecTimeisNull.py b/tests/pytest/stream/showStreamExecTimeisNull.py index 0ffbdb2042..8a2a09cec6 100644 --- a/tests/pytest/stream/showStreamExecTimeisNull.py +++ b/tests/pytest/stream/showStreamExecTimeisNull.py @@ -73,12 +73,9 @@ class TDTestCase: return (self.queryRows, i) time.sleep(1) except Exception as e: - tdLog.info(f"sql: {sql} except raise {exception}, actually raise {repr(e)} ") - else: - tdLog.exit(f"sql: {sql} except raise {exception}, actually not") - - tdSql.checkData(0, 5, None) - + tdLog.exit(f"sql: {sql} except raise {exception}, actually raise {repr(e)} ") + # else: + # tdLog.exit(f"sql: {sql} except raise {exception}, actually not") def run(self): tdSql.execute("drop database if exists dbcq") -- GitLab