test: reset modify
This commit is contained in:
parent
55c265f85f
commit
e5e144e420
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue