Skip to content

Conversation

@mosche
Copy link
Contributor

@mosche mosche commented Feb 28, 2025

Check CertGenCliTests.test40RunWithCert for JDK 24 RC

This is the last remaining packaging test that fails on #123452, troubleshooting here.

@mosche mosche added the :Delivery/Build Build or test infrastructure label Feb 28, 2025
@mosche
Copy link
Contributor Author

mosche commented Feb 28, 2025

test failures due to missing backport of #123052, fixing

// check the supported ciphers and log them here to prevent spamming logs on every call
supportedCiphers(sslContext.getSupportedSSLParameters().getCipherSuites(), sslConfiguration.getCipherSuites(), true);
// FIXME error log for unsupported ciphers on JDK 24 breaks packaging tests (see ES-10984)
supportedCiphers(sslContext.getSupportedSSLParameters().getCipherSuites(), sslConfiguration.getCipherSuites(), false);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we make this conditional on Runtime JDK 24?

@mosche mosche closed this Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Delivery/Build Build or test infrastructure v9.0.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants