-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fix deadlock in ForkJoinPoolHierarchicalTestExecutorService
#3981
Merged
marcphilipp
merged 23 commits into
junit-team:main
from
leonard84:leo/fix-for-join-pool-thread-deadlock
Sep 17, 2024
Merged
Fix deadlock in ForkJoinPoolHierarchicalTestExecutorService
#3981
marcphilipp
merged 23 commits into
junit-team:main
from
leonard84:leo/fix-for-join-pool-thread-deadlock
Sep 17, 2024
Commits on Sep 11, 2024
-
Co-authored-by: Marc Philipp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e951f59 - Browse repository at this point
Copy the full SHA e951f59View commit details -
Fix deadlock in ForkJoinPoolHierarchicalTestExecutorService
The service now checks if the `ExclusiveTask` that should run is executed on a thread that is already executing another task. If this is scenario is detected, it checks if the lock is compatible to the enclosing locks. 1. If compatible, it is executed and marked done 2. If incompatible, it is added to a list of deferred tasks and left unfinished. The deferred tasks will be re-forked afterward. fixes junit-team#3945 Co-authored-by: Marc Philipp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6428b8 - Browse repository at this point
Copy the full SHA d6428b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 693286c - Browse repository at this point
Copy the full SHA 693286cView commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff009b5 - Browse repository at this point
Copy the full SHA ff009b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 837a93f - Browse repository at this point
Copy the full SHA 837a93fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a59812 - Browse repository at this point
Copy the full SHA 5a59812View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f7896 - Browse repository at this point
Copy the full SHA d6f7896View commit details -
Configuration menu - View commit details
-
Copy full SHA for e244bd0 - Browse repository at this point
Copy the full SHA e244bd0View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9bf01d7 - Browse repository at this point
Copy the full SHA 9bf01d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5683ef4 - Browse repository at this point
Copy the full SHA 5683ef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d1b121 - Browse repository at this point
Copy the full SHA 4d1b121View commit details -
Merge remote-tracking branch 'origin/main' into leo/fix-for-join-pool…
…-thread-deadlock
Configuration menu - View commit details
-
Copy full SHA for d00a538 - Browse repository at this point
Copy the full SHA d00a538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20fc333 - Browse repository at this point
Copy the full SHA 20fc333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b3845 - Browse repository at this point
Copy the full SHA 68b3845View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c2b9ee - Browse repository at this point
Copy the full SHA 2c2b9eeView commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a512f38 - Browse repository at this point
Copy the full SHA a512f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for c87721f - Browse repository at this point
Copy the full SHA c87721fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd364fc - Browse repository at this point
Copy the full SHA cd364fcView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b40e47 - Browse repository at this point
Copy the full SHA 8b40e47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71ecec3 - Browse repository at this point
Copy the full SHA 71ecec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 063af2d - Browse repository at this point
Copy the full SHA 063af2dView commit details
Commits on Sep 17, 2024
-
Use established pattern for toString() methods
Co-authored-by: Leonard Brünings <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7509773 - Browse repository at this point
Copy the full SHA 7509773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5256049 - Browse repository at this point
Copy the full SHA 5256049View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.