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

[JUnit Platform] Document fixed.max-pool-size property #2681

Merged
merged 1 commit into from
Jan 12, 2023

Conversation

mpkorstanje
Copy link
Contributor

🤔 What's changed?

With JUnit 5.9.2 we pull in junit-team/junit5#3044 which makes it possible to limit the maximum number of threads used while executing in parallel.

Closes: #2677

🏷️ What kind of change is this?

  • 🐛 Bug fix (non-breaking change which fixes a defect)

With JUnit 5.9.2 we pull in junit-team/junit5#3044 which makes it
possible to limit the maximum number of threads used while
executing in parallel.

Closes: #2677
@codecov
Copy link

codecov bot commented Jan 12, 2023

Codecov Report

Merging #2681 (15ade67) into main (bf1fa8f) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main    #2681   +/-   ##
=========================================
  Coverage     84.67%   84.67%           
  Complexity     2679     2679           
=========================================
  Files           322      322           
  Lines          9444     9444           
  Branches        899      899           
=========================================
  Hits           7997     7997           
  Misses         1120     1120           
  Partials        327      327           

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

@mpkorstanje mpkorstanje marked this pull request as ready for review January 12, 2023 16:31
@mpkorstanje mpkorstanje merged commit 4bbab4b into main Jan 12, 2023
@mpkorstanje mpkorstanje deleted the update-junit-platform-docs branch January 12, 2023 16:31
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.

Update JUnit Platform Engine docs
1 participant