test case

This commit is contained in:
factosea 2025-01-07 20:08:53 +08:00
parent 69413aeafd
commit 344340a7fd
1 changed files with 2 additions and 3 deletions

View File

@ -1044,8 +1044,6 @@ class TDTestCase:
tdLog.printNoPrefix("==========step1:create table ==============") tdLog.printNoPrefix("==========step1:create table ==============")
self.initLastRowDelayTest("DELAYTEST") self.initLastRowDelayTest("DELAYTEST")
self.lastrow_in_subquery("db1")
return
# cache_last 0 # cache_last 0
self.prepare_datas("'NONE' ") self.prepare_datas("'NONE' ")
@ -1074,7 +1072,8 @@ class TDTestCase:
self.lastRowDelayTest("DELAYTEST") self.lastRowDelayTest("DELAYTEST")
self.lastrow_in_subquery("db1") self.lastrow_in_subquery("db1")
self.lastrow_in_subquery("db1")
def stop(self): def stop(self):
tdSql.close() tdSql.close()