RFR 8234823: java/net/Socket/Timeouts.java testcase testTimedConnect2() fails on Windows 10
Michael McMahon
michael.x.mcmahon at oracle.com
Tue Dec 3 11:36:41 UTC 2019
Thanks Alan. Yes, I think it's reasonable to set a much larger timeout.
The actual delay experienced (annoying as it is) will still be only two
seconds.
I'll go ahead with that.
Michael.
On 03/12/2019 11:08, Alan Bateman wrote:
> On 03/12/2019 09:59, Michael McMahon wrote:
>> :
>>
>> 8234823: java/net/Socket/Timeouts.java testcase testTimedConnect2()
>> fails on Windows 10
>> http://cr.openjdk.java.net/~michaelm/8234823/webrev.1/
> For this one, it should be okay to increase the timeout to a much
> larger timeout if you want. For example, if the connect timeout is 10s
> then it will still fail with ConnectException, you'll only get the
> SocketTimeoutException if it were to exceed 10s.
>
>>
>> 8234823: java/nio/channels/SocketChannel/AdaptSocket.java fails on
>> Windows 10
>> http://cr.openjdk.java.net/~michaelm/8234824/webrev.1/
> I think this one should be okay to increase to a much larger value too.
>
> -Alan
More information about the net-dev
mailing list