From df19eb307ab11fae4e229cdaeebb569c5da263f3 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Wed, 20 Sep 2023 19:14:22 +0800 Subject: [PATCH] fix: modify split vgroup count 5 to 3 --- tests/system-test/0-others/splitVGroup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/0-others/splitVGroup.py b/tests/system-test/0-others/splitVGroup.py index ed80505ce2..e9ec34f829 100644 --- a/tests/system-test/0-others/splitVGroup.py +++ b/tests/system-test/0-others/splitVGroup.py @@ -397,7 +397,7 @@ class TDTestCase: # prepare env self.prepareEnv() - for i in range(5): + for i in range(3): # split vgroup on db2 start = time.time() self.splitVGroup(self.db2)