-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
RmiRegistrySslTest fails on JDK 8 during SSL lookup with handshake_failure #5701
Comments
Also related: RmiSslBootstrapTest is failing on a lot of JDK 8 platforms with:
|
Related test code has seen one recent change in August 2024, the backport of JDK-8145919 From history: |
The JDK-8145919 backport mentioned required followup PR for JDK-8205653, however this was not merged in time for this release: |
I strongly suspect JDK-8205653 is required for these tests to pass properly. Based on above analysis, I would not consider these test failures as release blockers. |
I suppose the most correct thing to do is run a build with openjdk/jdk8u-dev#548 incorporated to see if the test passes. |
Upstream fix openjdk/jdk8u-dev#548, currently excluded in aqa #5744 |
When upstream fix is in, will verify and re-include the tests. |
We have excluded it under this upstream issue https://bugs.openjdk.org/browse/JDK-8205653 (not sure if it should have been https://bugs.openjdk.org/browse/JDK-8145919, but the point is, we intend to run our disabledTests script with the specific options that allow us to check the state of the issue the test is excluded under (and if "fixed") can advise re-inclusion... Both JDK-8205653 and JDK-8145919 show as fixed, so is it expected that the EA builds would contain the fix (since we build -dev branch)? |
https://bugs.openjdk.org/browse/JDK-8205653 is not yet merged into upstream OpenJDK 8u; the backports list mentions 8u261 but that is for Oracle releases, the openjdk one would look like 'openjdk8u432'. We need to wait for openjdk/jdk8u-dev#548 to be merged and part of a tag. |
Seen during 2024 October CPU (#5692)
RmiRegistrySslTest is failing on all platforms with logs similar to:
The text was updated successfully, but these errors were encountered: