提交 da834ea5 编写于 作者: W wenzhouwww@live.cn

update

上级 e8340152
...@@ -331,7 +331,7 @@ class TDTestCase: ...@@ -331,7 +331,7 @@ class TDTestCase:
def stop_All(self): def stop_All(self):
tdDnodes = cluster.dnodes tdDnodes = cluster.dnodes
newTdSql=tdCom.newTdSql() # newTdSql=tdCom.newTdSql()
# ==== stop all dnode ===== # ==== stop all dnode =====
for k ,v in self.dnode_list.items(): for k ,v in self.dnode_list.items():
dnode_id = v[0] dnode_id = v[0]
...@@ -340,7 +340,7 @@ class TDTestCase: ...@@ -340,7 +340,7 @@ class TDTestCase:
def start_All(self): def start_All(self):
tdDnodes = cluster.dnodes tdDnodes = cluster.dnodes
newTdSql=tdCom.newTdSql() # newTdSql=tdCom.newTdSql()
for k ,v in self.dnode_list.items(): for k ,v in self.dnode_list.items():
dnode_id = v[0] dnode_id = v[0]
start = time.time() start = time.time()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册