diff --git a/tests/pytest/stream/sys.py b/tests/pytest/stream/sys.py index 9202e2a9c08c..ecbcb651b14b 100644 --- a/tests/pytest/stream/sys.py +++ b/tests/pytest/stream/sys.py @@ -20,6 +20,8 @@ class TDTestCase: + updatecfgDict = {'monitor': 1} + def init(self, conn, logSql): tdLog.debug("start to execute %s" % __file__) tdSql.init(conn.cursor(), logSql)