提交 e5e144e4 编写于 作者: A Alex Duan

test: reset modify

上级 55c265f8
...@@ -73,7 +73,7 @@ def runOnPreviousCluster(host, config, fileName): ...@@ -73,7 +73,7 @@ def runOnPreviousCluster(host, config, fileName):
conn = taos.connect(host, config) conn = taos.connect(host, config)
# run case # run case
case.init(conn, True) case.init(conn, False)
try: try:
case.run() case.run()
except Exception as e: except Exception as e:
...@@ -493,7 +493,7 @@ if __name__ == "__main__": ...@@ -493,7 +493,7 @@ if __name__ == "__main__":
if queryPolicy != 1: if queryPolicy != 1:
queryPolicy=int(queryPolicy) queryPolicy=int(queryPolicy)
if not restful: if not restful:
conn = taos.connect(host,config = tdDnodes.getSimCfgPath()) conn = taos.connect(host,config=tdDnodes.getSimCfgPath())
else: else:
conn = taosrest.connect(url=f"http://{host}:6041") conn = taosrest.connect(url=f"http://{host}:6041")
# tdSql.init(conn.cursor()) # tdSql.init(conn.cursor())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册