Add sleep time at case.

This commit is contained in:
xiao-77 2024-12-06 17:44:39 +08:00
parent f79c2333b2
commit 3343f0d44e
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File

@ -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