From 8077bb3eb8cca15522e6b1d79509d276aa12422a Mon Sep 17 00:00:00 2001 From: 54liuyao <54liuyao> Date: Tue, 6 Aug 2024 13:50:32 +0800 Subject: [PATCH] adj log --- tests/system-test/1-insert/stt_blocks_check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system-test/1-insert/stt_blocks_check.py b/tests/system-test/1-insert/stt_blocks_check.py index 5de6414453..122a8ac4d9 100644 --- a/tests/system-test/1-insert/stt_blocks_check.py +++ b/tests/system-test/1-insert/stt_blocks_check.py @@ -20,6 +20,7 @@ from util.sqlset import * from util.boundary import * class TDTestCase: + updatecfgDict = {'debugFlag': 143} def init(self, conn, logSql, replicaVar=1): self.replicaVar = int(replicaVar) tdLog.debug("start to execute %s" % __file__)