From 3343f0d44e9f165dc2b94a8091643126a5aa9608 Mon Sep 17 00:00:00 2001 From: xiao-77 Date: Fri, 6 Dec 2024 17:44:39 +0800 Subject: [PATCH] Add sleep time at case. --- tests/army/alter/test_alter_config.py | 1 + tests/parallel_test/cases.task | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/army/alter/test_alter_config.py b/tests/army/alter/test_alter_config.py index 3f07ca4e06..52072dae5c 100644 --- a/tests/army/alter/test_alter_config.py +++ b/tests/army/alter/test_alter_config.py @@ -634,6 +634,7 @@ class TDTestCase: sc.dnodeStart(1) sc.dnodeStart(2) sc.dnodeStart(3) + sleep(10) for key in self.configration_dic: if "cli" == key: diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index 4b189573c1..4163439305 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -42,6 +42,7 @@ ,,y,army,./pytest.sh python3 ./test.py -f query/show.py -N 3 ,,y,army,./pytest.sh python3 ./test.py -f alter/alterConfig.py -N 3 ,,y,army,./pytest.sh python3 ./test.py -f alter/test_alter_config.py -N 3 +,,y,army,./pytest.sh python3 ./test.py -f alter/test_alter_config.py -N 3 -M 3 ,,y,army,./pytest.sh python3 ./test.py -f query/subquery/subqueryBugs.py -N 3 ,,y,army,./pytest.sh python3 ./test.py -f storage/oneStageComp.py -N 3 -L 3 -D 1 ,,y,army,./pytest.sh python3 ./test.py -f storage/compressBasic.py -N 3