diff --git a/tests/system-test/6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_all_dnodes.py b/tests/system-test/6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_all_dnodes.py index 36abe973f8bf6224718bdf723b8fc6dc51ed40ab..bd1ab6ebba2b523c38d1df02e1a5de1fdfd7a5ce 100644 --- a/tests/system-test/6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_all_dnodes.py +++ b/tests/system-test/6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_all_dnodes.py @@ -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: