-
-
Notifications
You must be signed in to change notification settings - Fork 767
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
Parallel invocation of AnalysisFacade fails spuriously in 1.20.0-RC1 #4609
Comments
This is a regression, right? |
Certainly is :) |
I think this might be the root cause: Reverting that will cause the |
Why wouldn't you be able to reintroduce the |
That could work. My gut feeling was that the source of all the pain was a call to |
I think in my case, the problem stems from the fact that multiple threads are running |
@davidburstrom do you have time to create a PR with your proposal to fix this? |
Yeah, I can take a stab at it, especially since I can repro it locally. How much time do I have before the GA release? |
I don't think we can launch the stable release until this is fixed. So there's not an eta. |
As far as I can tell, the bug is fixed in 1.20.0-RC2. |
Expected Behavior
It should be possible to run tests and other scenarios in parallel where
AnalysisFacade
is invoked.Observed Behavior
This is quite similar to #2433
Steps to Reproduce
Reproduction could be provided if requested.
Context
I'm trying to execute parallel JUnit tests where
AnalysisFacade
is being invoked, and it hints that parallel production execution also would fail similarlyYour Environment
--scan
option when running the gradle task): N/AThe text was updated successfully, but these errors were encountered: