From e83401527d984c9af9e9cf2edbee80c41c6790ce Mon Sep 17 00:00:00 2001 From: "wenzhouwww@live.cn" Date: Tue, 26 Jul 2022 18:49:11 +0800 Subject: [PATCH] updatre --- ...4dnode1mnode_basic_replica3_insertdatas_stop_all_dnodes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 36abe973f8..bd1ab6ebba 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: -- GitLab