On Fri, 4 Dec 2020 17:41:47 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:

> The timeout tests extending AbstractConnectTimeout have been relaxed to 
> accept a
> ConnectException wrapping NoRouteToHostException.
> These test have been observed failing intermittently with ConnectException 
> wrapping
> java.nio.channels.UnresolvedAddressException instead - presumably a transient 
> network
> failure caused this other exception to be thrown.
> 
> The test logic should be relaxed to accept UnresolvedAddressException as 
> possible
> cause in ConnectException too.

Hi Daniel,
The changes look good to me 👍

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

Marked as reviewed by aefimov (Committer).

PR: https://git.openjdk.java.net/jdk/pull/1629

Reply via email to