azure-functions-python-worker icon indicating copy to clipboard operation
azure-functions-python-worker copied to clipboard

Fix test_queue_return flaky test and other nits

Open vrdmr opened this issue 2 years ago • 1 comments

Description

Fixes #


PR information

  • [ ] The title of the PR is clear and informative.
  • [ ] There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • [ ] If applicable, the PR references the bug/issue that it fixes in the description.
  • [ ] New Unit tests were added for the changes made and CI is passing.

Quality of Code and Contribution Guidelines

vrdmr avatar Oct 12 '22 20:10 vrdmr

Codecov Report

Merging #1118 (2c04337) into dev (eaa1369) will decrease coverage by 0.68%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev    #1118      +/-   ##
==========================================
- Coverage   85.14%   84.46%   -0.69%     
==========================================
  Files          33       33              
  Lines        1845     1834      -11     
  Branches      273      273              
==========================================
- Hits         1571     1549      -22     
- Misses        205      213       +8     
- Partials       69       72       +3     
Flag Coverage Δ
unittests 84.46% <100.00%> (-0.69%) :arrow_down:

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

Impacted Files Coverage Δ
azure_functions_worker/dispatcher.py 88.12% <100.00%> (-1.09%) :arrow_down:
azure_functions_worker/bindings/datumdef.py 68.05% <0.00%> (-4.17%) :arrow_down:
azure_functions_worker/extension.py 98.13% <0.00%> (-0.96%) :arrow_down:
azure_functions_worker/constants.py 100.00% <0.00%> (ø)
...ed_memory_data_transfer/shared_memory_constants.py 100.00% <0.00%> (ø)

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

codecov[bot] avatar Oct 12 '22 20:10 codecov[bot]