-
Notifications
You must be signed in to change notification settings - Fork 422
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
[WIP] Fix flaky tests #3827
base: master
Are you sure you want to change the base?
[WIP] Fix flaky tests #3827
Conversation
Issue still happens on Java 21
I'm curious about this line:
it's the last line logged, and it is logged after a long gap. Then, timeout trigger kicks in. |
I found one problematic test - "empty client stream" in |
Spotted tests that fail sometimes, fixing them in a separate PR |
Disabling tests for all zio-related backends made the issue go away.
but no corresponding |
Did you find that separating the ZIO tests into separate build steps increases the number of builds that pass? I'm thinking of introducing only this change for now, even if it doesn't solve the issue, maybe it will improve our builds nonetheless |
This separation shows that it's clearly the zio part that fails with freezes. |
No description provided.