From c525bd5ef946824e731484708747b6db8142d43f Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 26 Aug 2024 16:49:38 +0800 Subject: [PATCH] Update alterConfig.py --- tests/army/alter/alterConfig.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/army/alter/alterConfig.py b/tests/army/alter/alterConfig.py index c6b5f44397..7977dfa94a 100644 --- a/tests/army/alter/alterConfig.py +++ b/tests/army/alter/alterConfig.py @@ -61,6 +61,8 @@ class TDTestCase(TBase): # restart taosd os.system("ps -ef | grep taosd | grep -v grep | awk '{print $2}' | xargs kill -9") sc.dnodeStart(1) + sc.dnodeStart(2) + sc.dnodeStart(3) tdSql.execute("flush database db5291;") def alterSupportVnodes(self):