From 6b7eef28b9a1e8c3dd07bdd01bd6fba2c66bc511 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Wed, 20 Sep 2023 19:08:20 +0800 Subject: [PATCH 1/2] fix: restore splitVGroup.py --- tests/parallel_test/cases.task | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index f1e3058058..63d0c53cff 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -191,7 +191,7 @@ ,,n,system-test,python3 ./test.py -f 0-others/tag_index_basic.py ,,n,system-test,python3 ./test.py -f 0-others/udfpy_main.py ,,n,system-test,python3 ./test.py -N 3 -f 0-others/walRetention.py -#,,n,system-test,python3 ./test.py -f 0-others/splitVGroup.py -N 5 +,,n,system-test,python3 ./test.py -f 0-others/splitVGroup.py -N 5 ,,n,system-test,python3 ./test.py -f 0-others/timeRangeWise.py -N 3 ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_database.py ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_replica.py -N 3 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 2/2] 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)