diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index 9a1669b0e8..94bb254302 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -77,7 +77,7 @@ # army/tools # -# benchmark 66 cases +# benchmark 64 cases ,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/rest_insert_alltypes_json.py -R ,,n,army,python3 ./test.py -f tools/benchmark/basic/taosdemoTestQueryWithJson-mixed-query.py -R ,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/stmt_sample_csv_json.py @@ -144,7 +144,7 @@ ,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/cloud/cloud-test.py ,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/ws/websocket.py -R -# taosdump 46 cases +# taosdump 43 cases ,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTest.py ,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpDbStb.py ,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestTypeDouble.py @@ -174,7 +174,6 @@ ,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpInDiffType.py ,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTest2.py ,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestTypeTinyInt.py - ,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpTestTypeDouble.py -B ,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpTestTypeUnsignedBigInt.py -B ,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpEscapedDb.py -B diff --git a/tests/run_local_coverage.sh b/tests/run_local_coverage.sh index f82d37faa4..ca91e7a631 100755 --- a/tests/run_local_coverage.sh +++ b/tests/run_local_coverage.sh @@ -438,7 +438,7 @@ function lcovFunc { # remove exclude paths $LCOV_DIR/lcov --remove coverage.info \ - '*/contrib/*' '*/test/*' '*/packaging/*' '*/taos-tools/*' '*/taosadapter/*' '*/TSZ/*' \ + '*/contrib/*' '*/test/*' '*/packaging/*' '*/taos-tools/deps/*' '*/taosadapter/*' '*/TSZ/*' \ '*/AccessBridgeCalls.c' '*/ttszip.c' '*/dataInserter.c' '*/tlinearhash.c' '*/tsimplehash.c' '*/tsdbDiskData.c' '/*/enterprise/*' '*/docs/*' '*/sim/*'\ '*/texpr.c' '*/runUdf.c' '*/schDbg.c' '*/syncIO.c' '*/tdbOs.c' '*/pushServer.c' '*/osLz4.c'\ '*/tbase64.c' '*/tbuffer.c' '*/tdes.c' '*/texception.c' '*/examples/*' '*/tidpool.c' '*/tmempool.c'\