test: refine query cases

This commit is contained in:
“happyguoxy” 2022-10-26 11:11:02 +08:00
parent 5843ba2d03
commit 343b579dee
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ DBNAME = "db"
class TDTestCase:
updatecfgDict = {"maxTablesPerVnode":2 ,"minTablesPerVnode":2,"tableIncStepPerVnode":2 }
def init(self, conn, logSql):
tdLog.debug(f"start to excute {__file__}")
tdSql.init(conn.cursor())