Add sleep time at case.
This commit is contained in:
parent
f79c2333b2
commit
3343f0d44e
|
@ -634,6 +634,7 @@ class TDTestCase:
|
||||||
sc.dnodeStart(1)
|
sc.dnodeStart(1)
|
||||||
sc.dnodeStart(2)
|
sc.dnodeStart(2)
|
||||||
sc.dnodeStart(3)
|
sc.dnodeStart(3)
|
||||||
|
sleep(10)
|
||||||
|
|
||||||
for key in self.configration_dic:
|
for key in self.configration_dic:
|
||||||
if "cli" == key:
|
if "cli" == key:
|
||||||
|
|
|
@ -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 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/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
|
||||||
|
,,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 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/oneStageComp.py -N 3 -L 3 -D 1
|
||||||
,,y,army,./pytest.sh python3 ./test.py -f storage/compressBasic.py -N 3
|
,,y,army,./pytest.sh python3 ./test.py -f storage/compressBasic.py -N 3
|
||||||
|
|
Loading…
Reference in New Issue