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

Allow parallel execution of child nodes if only read locks are acquired #2515

Merged
merged 5 commits into from Jan 12, 2021

Conversation

leonard84
Copy link
Collaborator

@leonard84 leonard84 commented Jan 4, 2021

fixes #2423

Overview


I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

@codecov
Copy link

codecov bot commented Jan 4, 2021

Codecov Report

Merging #2515 (463465e) into main (0be0e78) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #2515      +/-   ##
============================================
+ Coverage     90.52%   90.55%   +0.03%     
- Complexity     4623     4632       +9     
============================================
  Files           403      403              
  Lines         11460    11468       +8     
  Branches        919      921       +2     
============================================
+ Hits          10374    10385      +11     
+ Misses          808      806       -2     
+ Partials        278      277       -1     
Impacted Files Coverage Δ Complexity Δ
...rm/engine/support/hierarchical/NodeTreeWalker.java 100.00% <100.00%> (ø) 21.00 <7.00> (+7.00)
...piter/engine/descriptor/JupiterTestDescriptor.java 90.90% <0.00%> (+1.51%) 27.00% <0.00%> (+1.00%)
...tform/engine/support/hierarchical/LockManager.java 100.00% <0.00%> (+8.00%) 13.00% <0.00%> (+1.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0be0e78...463465e. Read the comment docs.

leonard84 and others added 2 commits January 7, 2021 16:50
Co-authored-by: Marc Philipp <marc@gradle.com>
@marcphilipp
Copy link
Member

@leonard84 Could you please add an entry to the release notes?

@leonard84 leonard84 merged commit a58ef50 into junit-team:main Jan 12, 2021
@leonard84 leonard84 deleted the implement-2423 branch January 12, 2021 11:49
runningcode pushed a commit to runningcode/junit5 that referenced this pull request Feb 15, 2023
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.

Allow parallel execution of child nodes if only read locks are acquired
2 participants