RFR: 8310070: Test: javax/net/ssl/DTLS/DTLSWontNegotiateV10.java timed out

Matthew Donovan mdonovan at openjdk.org
Thu Jul 13 17:40:12 UTC 2023


On Thu, 13 Jul 2023 16:47:14 GMT, Jamil Nimeh <jnimeh at openjdk.org> wrote:

>> In this PR, I updated the test to use read time-outs. The test is restarted if the read operations time-out within (default) 30 seconds. The test makes 5 attempts before giving up.
>
> test/jdk/javax/net/ssl/DTLS/DTLSWontNegotiateV10.java line 51:
> 
>> 49:     private static final String DTLSV_1_2 = "DTLSv1.2";
>> 50: 
>> 51:     private static final int READ_TIMEOUT_SECS = Integer.getInteger("readtimeout", 30);
> 
> Nit on line 37 (since I can't flag that directly): Maybe add 8310070 to the @bug line.

On previous PRs, I've been told that test-only updates don't need the bug id.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14658#discussion_r1262873629


More information about the security-dev mailing list