Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
331 stars 100 forks source link

fix: remove masking E2E test failures #1483

Closed hallvictoria closed 1 month ago

hallvictoria commented 2 months ago

Description

Separates the E2E test script into 3 different scripts: functions worker process count & threadpool thread count tests, E2E tests, and deferred bindings tests. All the tests will run but if any test in these 3 workflows fails, the pipeline will fail.

Changed issue and feature request templates to be more usable.

Added extra tests

Popped env variables in tearDown() for fwpc and tptc tests.

Future changes:

Fixes #


PR information

Quality of Code and Contribution Guidelines

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 32.11%. Comparing base (330783f) to head (206b28e). Report is 10 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1483 +/- ## =========================================== - Coverage 84.64% 32.11% -52.54% =========================================== Files 35 36 +1 Lines 2052 2317 +265 Branches 387 439 +52 =========================================== - Hits 1737 744 -993 - Misses 232 1571 +1339 + Partials 83 2 -81 ``` | [Flag](https://app.codecov.io/gh/Azure/azure-functions-python-worker/pull/1483/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/Azure/azure-functions-python-worker/pull/1483/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | `32.11% <ø> (-52.49%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.