From da834ea55b640a54150d8dc0d5a38542a4c71074 Mon Sep 17 00:00:00 2001 From: "wenzhouwww@live.cn" Date: Tue, 26 Jul 2022 18:50:37 +0800 Subject: [PATCH] update --- ...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 bd1ab6ebba..80de212af4 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 @@ -331,7 +331,7 @@ class TDTestCase: def stop_All(self): tdDnodes = cluster.dnodes - newTdSql=tdCom.newTdSql() + # newTdSql=tdCom.newTdSql() # ==== stop all dnode ===== for k ,v in self.dnode_list.items(): dnode_id = v[0] @@ -340,7 +340,7 @@ class TDTestCase: def start_All(self): tdDnodes = cluster.dnodes - newTdSql=tdCom.newTdSql() + # newTdSql=tdCom.newTdSql() for k ,v in self.dnode_list.items(): dnode_id = v[0] start = time.time() -- GitLab