-
Notifications
You must be signed in to change notification settings - Fork 184
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
Flaky test: SecureTcpTransportObserverErrorsTest#testSslErrors #1530
Labels
flaky tests
Unit tests are flaky
Comments
It started to happen more frequently. I can reproduce it only inside linux VM |
I'm not sure how that happened that I could reproduce it locally, but I can not anymore 😞 |
idelpivnitskiy
added a commit
to idelpivnitskiy/servicetalk
that referenced
this issue
May 7, 2021
idelpivnitskiy
added a commit
to idelpivnitskiy/servicetalk
that referenced
this issue
May 7, 2021
Motivation: TLS 1.0 and 1.1 were disabled in the latest JDK releases because they are no longer considered secure. As the result of this JDK upgrade, `SecureTcpTransportObserverErrorsTest.testSslErrors` started to fail when it uses JDK provider with TLSv1.1. Modifications: - Use TLSv1.3 instead of TLSv1.1 for `SecureTcpTransportObserverErrorsTest`; Result: Fixes apple#1530.
idelpivnitskiy
added a commit
that referenced
this issue
May 7, 2021
Motivation: TLS 1.0 and 1.1 were disabled in the latest JDK releases because they are no longer considered secure. As the result of this JDK upgrade, `SecureTcpTransportObserverErrorsTest.testSslErrors` started to fail when it uses JDK provider with TLSv1.1. Modifications: - Use TLSv1.3 instead of TLSv1.1 for `SecureTcpTransportObserverErrorsTest`; Result: Fixes #1530.
idelpivnitskiy
added a commit
that referenced
this issue
May 7, 2021
Motivation: TLS 1.0 and 1.1 were disabled in the latest JDK releases because they are no longer considered secure. As the result of this JDK upgrade, `SecureTcpTransportObserverErrorsTest.testSslErrors` started to fail when it uses JDK provider with TLSv1.1. Modifications: - Use TLSv1.3 instead of TLSv1.1 for `SecureTcpTransportObserverErrorsTest`; Result: Fixes #1530.
hbelmiro
pushed a commit
to hbelmiro/servicetalk
that referenced
this issue
May 23, 2021
Motivation: TLS 1.0 and 1.1 were disabled in the latest JDK releases because they are no longer considered secure. As the result of this JDK upgrade, `SecureTcpTransportObserverErrorsTest.testSslErrors` started to fail when it uses JDK provider with TLSv1.1. Modifications: - Use TLSv1.3 instead of TLSv1.1 for `SecureTcpTransportObserverErrorsTest`; Result: Fixes apple#1530.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/apple/servicetalk/runs/2521994553
The text was updated successfully, but these errors were encountered: