updatre
This commit is contained in:
parent
2b599bfcf1
commit
e83401527d
|
@ -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:
|
||||||
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:
|
||||||
|
|
Loading…
Reference in New Issue