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

updatre

上级 2b599bfc
...@@ -336,7 +336,7 @@ class TDTestCase: ...@@ -336,7 +336,7 @@ class TDTestCase:
for k ,v in self.dnode_list.items(): for k ,v in self.dnode_list.items():
dnode_id = v[0] dnode_id = v[0]
tdDnodes[dnode_id-1].stoptaosd() tdDnodes[dnode_id-1].stoptaosd()
self.wait_stop_dnode_OK(newTdSql) # self.wait_stop_dnode_OK(newTdSql)
def start_All(self): def start_All(self):
tdDnodes = cluster.dnodes tdDnodes = cluster.dnodes
...@@ -345,7 +345,7 @@ class TDTestCase: ...@@ -345,7 +345,7 @@ class TDTestCase:
dnode_id = v[0] dnode_id = v[0]
start = time.time() start = time.time()
tdDnodes[dnode_id-1].starttaosd() tdDnodes[dnode_id-1].starttaosd()
self.wait_start_dnode_OK(newTdSql) # self.wait_start_dnode_OK(newTdSql)
end = time.time() end = time.time()
time_cost = int(end -start) time_cost = int(end -start)
if time_cost > self.max_restart_time: if time_cost > self.max_restart_time:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册