RFR: 8368493: Disable most test JSSE debug output by default, and increase the test default maximum output log size [v2]

Matthew Donovan mdonovan at openjdk.org
Wed Oct 22 18:33:30 UTC 2025


On Wed, 15 Oct 2025 17:19:42 GMT, Bradford Wetmore <wetmore at openjdk.org> wrote:

>> See the bug for more info.  This will allow for:
>> 
>> 1. extra/unneeded JSSE debug output will not be added to each test run, saving space and noise.
>> 2. make it easier to get the full JSSE debug output when enabled.
>
> Bradford Wetmore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Adjusted sizes to be more reasonable

test/jdk/javax/net/ssl/HttpsURLConnection/Equals.java line 50:

> 48:      * after gaining some familiarity with this application.
> 49:      */
> 50:     private static final boolean debug = false;

Instead of hardcoding this, it's more flexible to use `Boolean.getBoolean("test.debug")` so you can run a test with debug output but not have to recompile the test.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27455#discussion_r2452966479


More information about the security-dev mailing list