Azure / azure-functions-python-worker

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

Enhance test Webhost logs and fix 503s #1411

Closed YunchuWang closed 5 months ago

YunchuWang commented 5 months ago

Description

  1. Add health check for test webhost after starting up
  2. Refactor webhost log after test
  3. Update deprecated github actions in pipelines
  4. Add a flag to archive webhost logs ad-hoc after tests all complete in the pipelines.

PR information

Quality of Code and Contribution Guidelines

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (eef7628) 85.87% compared to head (f6b3483) 85.46%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1411 +/- ## ========================================== - Coverage 85.87% 85.46% -0.41% ========================================== Files 35 35 Lines 1968 1968 Branches 370 370 ========================================== - Hits 1690 1682 -8 - Misses 209 213 +4 - Partials 69 73 +4 ``` | [Flag](https://app.codecov.io/gh/Azure/azure-functions-python-worker/pull/1411/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/1411/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | `85.41% <ø> (-0.41%)` | :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.