fix the case
This commit is contained in:
parent
a35c422793
commit
b551731da1
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue