This commit is contained in:
wenzhouwww@live.cn 2022-07-26 18:49:11 +08:00
parent 2b599bfcf1
commit e83401527d
1 changed files with 2 additions and 2 deletions

View File

@ -336,7 +336,7 @@ class TDTestCase:
for k ,v in self.dnode_list.items():
dnode_id = v[0]
tdDnodes[dnode_id-1].stoptaosd()
self.wait_stop_dnode_OK(newTdSql)
# self.wait_stop_dnode_OK(newTdSql)
def start_All(self):
tdDnodes = cluster.dnodes
@ -345,7 +345,7 @@ class TDTestCase:
dnode_id = v[0]
start = time.time()
tdDnodes[dnode_id-1].starttaosd()
self.wait_start_dnode_OK(newTdSql)
# self.wait_start_dnode_OK(newTdSql)
end = time.time()
time_cost = int(end -start)
if time_cost > self.max_restart_time: