-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
1.9.0-RC: DispatchersToStringTest.testLimitedParallelism fails when CORE_POOL_SIZE == 2 #4153
Comments
The test passes for me, and the JetBrains CI is green (1bffe67). So, seems like an issue on your side. Also, the single-parameter |
Anyway, @nreid260 could you please elaborate on how to reproduce the issue? |
The test outcome depends on the available parallelism of the test environment. So it's deterministic, but it will always fail for some users. The bug appears to be in
This makes me wonder what other behaviors aren't being tested because of the test env configuration... |
I'm seeing this when testing with Bazel. The failing case seems somewhat unnecessary since the function being tested is @deprecated.
The text was updated successfully, but these errors were encountered: