RFR: 8375352: java/net/httpclient/ConnectTimeoutWithProxy*.java tests fail on EC2 [v2]

Volkan Yazici vyazici at openjdk.org
Thu Feb 5 09:26:50 UTC 2026


On Wed, 4 Feb 2026 17:04:30 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> Volkan Yazici has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Apply review feedback
>
> test/jdk/java/net/httpclient/ConnectTimeoutTest.java line 329:
> 
>> 327:     private static boolean isAcceptableCause(Throwable cause) {
>> 328:         if (cause instanceof NoRouteToHostException) return true;
>> 329:         if (cause instanceof UnresolvedAddressException) return true;
> 
> NoRouteToHostException and UnresolvedAddressException should not happen with the loopback.

Removed in 2bc6cf3a58f.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29431#discussion_r2767933036


More information about the net-dev mailing list