This commit is contained in:
54liuyao 2024-08-06 13:50:32 +08:00
parent 389adc9083
commit 8077bb3eb8
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ from util.sqlset import *
from util.boundary import * from util.boundary import *
class TDTestCase: class TDTestCase:
updatecfgDict = {'debugFlag': 143}
def init(self, conn, logSql, replicaVar=1): def init(self, conn, logSql, replicaVar=1):
self.replicaVar = int(replicaVar) self.replicaVar = int(replicaVar)
tdLog.debug("start to execute %s" % __file__) tdLog.debug("start to execute %s" % __file__)