Azure / azure-functions-python-worker

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

Enabling Py3.11 for E2E and unit tests. #1162

Closed pdthummar closed 1 year ago

pdthummar commented 1 year ago

Description

Adding Py3.11 for testing E2E and unit tests.

Fixes #


PR information

Quality of Code and Contribution Guidelines

codecov[bot] commented 1 year ago

Codecov Report

Merging #1162 (ee0d4cc) into dev (02e5b12) will decrease coverage by 52.26%. The diff coverage is 0.00%.

:exclamation: Current head ee0d4cc differs from pull request most recent head 55153db. Consider uploading reports for the commit 55153db to get more accurate results

@@             Coverage Diff             @@
##              dev    #1162       +/-   ##
===========================================
- Coverage   84.08%   31.83%   -52.26%     
===========================================
  Files          34       34               
  Lines        1885     1885               
  Branches      276      362       +86     
===========================================
- Hits         1585      600      -985     
- Misses        230     1284     +1054     
+ Partials       70        1       -69     
Flag Coverage Δ
unittests 31.83% <0.00%> (-52.21%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
azure_functions_worker/logging.py 33.96% <0.00%> (-13.21%) :arrow_down:
...e_functions_worker/bindings/nullable_converters.py 21.62% <0.00%> (-78.38%) :arrow_down:
azure_functions_worker/functions.py 25.00% <0.00%> (-71.28%) :arrow_down:
azure_functions_worker/dispatcher.py 19.17% <0.00%> (-69.69%) :arrow_down:
azure_functions_worker/utils/tracing.py 31.81% <0.00%> (-68.19%) :arrow_down:
azure_functions_worker/utils/common.py 33.33% <0.00%> (-66.67%) :arrow_down:
.../shared_memory_data_transfer/file_accessor_unix.py 19.60% <0.00%> (-61.77%) :arrow_down:
azure_functions_worker/bindings/meta.py 25.30% <0.00%> (-57.84%) :arrow_down:
...s/shared_memory_data_transfer/shared_memory_map.py 28.57% <0.00%> (-55.36%) :arrow_down:
azure_functions_worker/extension.py 44.95% <0.00%> (-54.13%) :arrow_down:
... and 15 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

YunchuWang commented 1 year ago

https://github.com/Azure/azure-functions-python-worker/actions/runs/3950639133/jobs/6764787991 consumption 310 failed

vrdmr commented 1 year ago

https://github.com/Azure/azure-functions-python-worker/actions/runs/3950639133/jobs/6764787991 consumption 310 failed

Re ran it - issue with fetching the host. It should be transient.