RFR: 8370852: Test sun/security/ssl/SSLLogger/DebugPropertyValuesTest.java fails after JDK-8369995 [v2]

Andrey Turbanov aturbanov at openjdk.org
Thu Oct 30 09:06:29 UTC 2025


On Wed, 29 Oct 2025 14:37:46 GMT, Mikhail Yankelevich <myankelevich at openjdk.org> wrote:

>> Updated test to require `ssl,keymanager`, as it changed from `keymanager`.
>
> Mikhail Yankelevich has updated the pull request incrementally with one additional commit since the last revision:
> 
>   JDK-8370852: Test sun/security/ssl/SSLLogger/DebugPropertyValuesTest.java fails after JDK-8369995

test/jdk/sun/security/ssl/SSLLogger/DebugPropertyValuesTest.java line 182:

> 180:                         "-Djava.util.logging.config.file=" + LOG_FILE),
> 181:                         List.of("handshake", "javax.net.debug.logger",
> 182:                                 "ssl,keymanager", "packet",  "plaintext",

Suggestion:

                                "ssl,keymanager", "packet", "plaintext",

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28045#discussion_r2476965411


More information about the security-dev mailing list