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

@ -28,6 +28,8 @@ ALL_COL = [ INT_COL, BINT_COL, SINT_COL, TINT_COL, FLOAT_COL, DOUBLE_COL, BOOL_C
DBNAME = "db"
class TDTestCase:
updatecfgDict = {"maxTablesPerVnode":2 ,"minTablesPerVnode":2,"tableIncStepPerVnode":2 }
def init(self, conn, logSql):
tdLog.debug(f"start to excute {__file__}")