Merge pull request #26895 from taosdata/test/3.0/recoverTD-31057
recover test case for TD-31057
This commit is contained in:
commit
bc938eb412
|
@ -60,7 +60,7 @@ class TDTestCase(TBase):
|
||||||
"enableCoreFile 1",
|
"enableCoreFile 1",
|
||||||
"fqdn 127.0.0.1",
|
"fqdn 127.0.0.1",
|
||||||
"firstEp 127.0.0.1",
|
"firstEp 127.0.0.1",
|
||||||
"locale ENG",
|
"locale en_US.UTF-8",
|
||||||
"metaCacheMaxSize 10000",
|
"metaCacheMaxSize 10000",
|
||||||
"minimalTmpDirGB 5",
|
"minimalTmpDirGB 5",
|
||||||
"minimalLogDirGB 1",
|
"minimalLogDirGB 1",
|
||||||
|
|
|
@ -27,9 +27,9 @@
|
||||||
,,y,army,./pytest.sh python3 ./test.py -f insert/insert_basic.py -N 3
|
,,y,army,./pytest.sh python3 ./test.py -f insert/insert_basic.py -N 3
|
||||||
,,y,army,./pytest.sh python3 ./test.py -f cluster/splitVgroupByLearner.py -N 3
|
,,y,army,./pytest.sh python3 ./test.py -f cluster/splitVgroupByLearner.py -N 3
|
||||||
,,y,army,./pytest.sh python3 ./test.py -f authorith/authBasic.py -N 3
|
,,y,army,./pytest.sh python3 ./test.py -f authorith/authBasic.py -N 3
|
||||||
# ,,n,army,python3 ./test.py -f cmdline/fullopt.py
|
,,n,army,python3 ./test.py -f cmdline/fullopt.py
|
||||||
,,n,army,python3 ./test.py -f query/show.py -N 3
|
,,y,army,./pytest.sh python3 ./test.py -f query/show.py -N 3
|
||||||
,,n,army,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 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
|
||||||
|
@ -280,8 +280,8 @@
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 6 -M 3 -n 3 -i True
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 6 -M 3 -n 3 -i True
|
||||||
,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-db-removewal.py -N 2 -n 1
|
,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-db-removewal.py -N 2 -n 1
|
||||||
,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb-removewal.py -N 6 -n 3
|
,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb-removewal.py -N 6 -n 3
|
||||||
#,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb.py -N 2 -n 1
|
,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb.py -N 2 -n 1
|
||||||
#,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb.py -N 6 -n 3
|
,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb.py -N 6 -n 3
|
||||||
#,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-db.py -N 6 -n 3
|
#,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-db.py -N 6 -n 3
|
||||||
,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select.py -N 2 -n 1
|
,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select.py -N 2 -n 1
|
||||||
,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select-duplicatedata.py -N 3 -n 3
|
,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select-duplicatedata.py -N 3 -n 3
|
||||||
|
|
Loading…
Reference in New Issue