Skip to content

Conversation

@mosche
Copy link
Contributor

@mosche mosche commented Feb 27, 2025

No description provided.

@mosche mosche added the :Delivery/Build Build or test infrastructure label Feb 27, 2025
@mosche mosche force-pushed the jdk/packaging_tests branch 2 times, most recently from 558914f to b941b6b Compare February 27, 2025 17:28
@mosche mosche force-pushed the jdk/packaging_tests branch from b941b6b to c1e9131 Compare February 27, 2025 17:30
// 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 Author

Choose a reason for hiding this comment

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

@rjernst this is the error logger that breaks the packaging tests. I've tried fixing those tests to be more robust. Imho they shouldn't care about the logger, but didn't get far.

@mosche mosche closed this Feb 28, 2025
@mosche mosche deleted the jdk/packaging_tests branch February 28, 2025 06:59
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.

3 participants