Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running tests in parallel #1130

Merged
merged 11 commits into from
Nov 22, 2022
Merged

Running tests in parallel #1130

merged 11 commits into from
Nov 22, 2022

Conversation

gavin-aguiar
Copy link
Contributor

@gavin-aguiar gavin-aguiar commented Oct 24, 2022

Description

Adding pytest xdist to make test run in parallel


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

@gavin-aguiar gavin-aguiar marked this pull request as draft October 24, 2022 20:39
@codecov
Copy link

codecov bot commented Oct 24, 2022

Codecov Report

Merging #1130 (b5fb6bd) into dev (832d261) will increase coverage by 0.16%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##              dev    #1130      +/-   ##
==========================================
+ Coverage   84.92%   85.08%   +0.16%     
==========================================
  Files          32       32              
  Lines        1824     1824              
  Branches      276      276              
==========================================
+ Hits         1549     1552       +3     
+ Misses        204      201       -3     
  Partials       71       71              
Flag Coverage Δ
unittests 85.03% <0.00%> (+0.16%) ⬆️

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

Impacted Files Coverage Δ
azure_functions_worker/logging.py 47.16% <50.00%> (ø)
.../shared_memory_data_transfer/file_accessor_unix.py 77.45% <0.00%> (+2.94%) ⬆️

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

@gavin-aguiar gavin-aguiar force-pushed the gaaguiar/test_fixes_and_retries branch from d345d7f to e5bde46 Compare October 24, 2022 21:11
@gavin-aguiar gavin-aguiar force-pushed the gaaguiar/test_fixes_and_retries branch from b9c397f to 3c6471c Compare October 24, 2022 22:02
@gavin-aguiar gavin-aguiar marked this pull request as ready for review November 2, 2022 20:42
@gavin-aguiar gavin-aguiar merged commit cef6f98 into dev Nov 22, 2022
@gavin-aguiar gavin-aguiar deleted the gaaguiar/test_fixes_and_retries branch November 22, 2022 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants