fix:[TD-31844]open log flag in test case

This commit is contained in:
yihaoDeng 2024-09-03 16:57:41 +08:00
parent 6e349d549d
commit b403640cf0
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ sys.path.append("./7-tmq")
from tmqCommon import *
class TDTestCase:
clientCfgDict = {'debugFlag': 135}
updatecfgDict = {'debugFlag': 135, 'asynclog': 0}
updatecfgDict["clientCfg"] = clientCfgDict
def init(self, conn, logSql, replicaVar=1):
self.replicaVar = int(replicaVar)
tdLog.debug(f"start to excute {__file__}")