From e5e144e4208e986859e722372d5a1e34867d18a9 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Sat, 8 Apr 2023 19:22:21 +0800 Subject: [PATCH] test: reset modify --- tests/system-test/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/system-test/test.py b/tests/system-test/test.py index 7bccbf12c8..e8d307fdd9 100644 --- a/tests/system-test/test.py +++ b/tests/system-test/test.py @@ -73,7 +73,7 @@ def runOnPreviousCluster(host, config, fileName): conn = taos.connect(host, config) # run case - case.init(conn, True) + case.init(conn, False) try: case.run() except Exception as e: @@ -493,7 +493,7 @@ if __name__ == "__main__": if queryPolicy != 1: queryPolicy=int(queryPolicy) if not restful: - conn = taos.connect(host,config = tdDnodes.getSimCfgPath()) + conn = taos.connect(host,config=tdDnodes.getSimCfgPath()) else: conn = taosrest.connect(url=f"http://{host}:6041") # tdSql.init(conn.cursor())