From b403640cf0fc9c93848b553af2b545fc8034b5f7 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Tue, 3 Sep 2024 16:57:41 +0800 Subject: [PATCH] fix:[TD-31844]open log flag in test case --- tests/system-test/7-tmq/tmq_offset.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/system-test/7-tmq/tmq_offset.py b/tests/system-test/7-tmq/tmq_offset.py index 8272449ccb..07d1a4bc04 100644 --- a/tests/system-test/7-tmq/tmq_offset.py +++ b/tests/system-test/7-tmq/tmq_offset.py @@ -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__}")