-
Notifications
You must be signed in to change notification settings - Fork 182
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
http-netty: Fix flaky SslAndNonSslConnectionsTest #2755
http-netty: Fix flaky SslAndNonSslConnectionsTest #2755
Conversation
@idelpivnitskiy, I don't necessarily like the fix for this so your expertise/feedback would be appreciated. Is there a better place to convert these exceptions? This feels like it's really a netty |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for looking into this!
Motivation
We have a flaky test. It appears to be a rare case of netty
sending an IOException down the
exceptionCaught
nettypipeline pathway that isn't handled.
Modifications
Closes #2403