test: add cachemodel for last

This commit is contained in:
jiajingbin 2022-10-21 19:10:44 +08:00
parent 8d757bb2c3
commit d4f678f0d6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import numpy as np
class TDTestCase:
def init(self, conn, logSql):
tdLog.debug("start to execute %s" % __file__)
tdSql.init(conn.cursor(), log=True)
tdSql.init(conn.cursor())
self.rowNum = 10
self.tbnum = 20