From eb986a06f2575e0134073fcc8455e6157c18567e Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Wed, 27 Apr 2022 18:25:48 +0800 Subject: [PATCH] [test: set rpc debug flag to 143] --- tests/system-test/2-query/Today.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system-test/2-query/Today.py b/tests/system-test/2-query/Today.py index ad4e48bda5..09f018dc11 100644 --- a/tests/system-test/2-query/Today.py +++ b/tests/system-test/2-query/Today.py @@ -8,6 +8,7 @@ from util.cases import * class TDTestCase: + updatecfgDict = {'rpcDebugFlag': '143'} def init(self, conn, logSql): tdLog.debug(f"start to excute {__file__}") tdSql.init(conn.cursor())