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

2023-07-13 Thread Jamil Nimeh
On Thu, 13 Jul 2023 17:36:47 GMT, Matthew Donovan wrote: >> 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", 3

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

2023-07-13 Thread Matthew Donovan
On Thu, 13 Jul 2023 16:47:14 GMT, Jamil Nimeh 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

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

2023-07-13 Thread Jamil Nimeh
On Mon, 26 Jun 2023 17:38:04 GMT, Matthew Donovan 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. Aside from the nit, looks good to me. test/jdk/ja

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

2023-07-13 Thread Matthew Donovan
On Mon, 26 Jun 2023 17:38:04 GMT, Matthew Donovan 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. I'm looking for a reviewer on this, thanks! -

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

2023-06-26 Thread Matthew Donovan
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. - Commit messages: - 8310070: Test: javax/net/ssl/DTLS/DTLSWontNegotiateV10.java timed out Changes: