From 616b4ee229a9b6e752680dc74e13e6e3564c3bfc Mon Sep 17 00:00:00 2001 From: Bomin Zhang Date: Wed, 30 Dec 2020 07:58:33 +0000 Subject: [PATCH] [TD-2585]: fix failed test case --- tests/pytest/stream/sys.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/pytest/stream/sys.py b/tests/pytest/stream/sys.py index 9202e2a9c0..ecbcb651b1 100644 --- a/tests/pytest/stream/sys.py +++ b/tests/pytest/stream/sys.py @@ -20,6 +20,8 @@ from util.sql import tdSql class TDTestCase: + updatecfgDict = {'monitor': 1} + def init(self, conn, logSql): tdLog.debug("start to execute %s" % __file__) tdSql.init(conn.cursor(), logSql) -- GitLab