RFR 8234823: java/net/Socket/Timeouts.java testcase testTimedConnect2() fails on Windows 10
Alan Bateman
Alan.Bateman at oracle.com
Tue Dec 3 11:08:19 UTC 2019
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