On Mon, 16 Nov 2020 22:28:08 GMT, Christoph Langer <clan...@openjdk.org> wrote:

> The test com/sun/jndi/dns/ConfigTests/PortUnreachable.java is not working on 
> AIX.
> 
> It tests that when a DNS server is unreachable it fails quickly with a 
> PortUnreachableException due to ICMP Destination Unreachable packets received 
> and not having to wait for the full timeout interval.
> Unfortunately, on AIX such ICMP packets are not received, so the only 
> exception cause will be the timeout. Hence, this test can't work on AIX, so 
> it should not be executed there.
> 
> At SAP, we had this test excluded for a long time already in our private 
> exclude list for AIX. I suggest this test update to be the final solution.

test/jdk/com/sun/jndi/dns/ConfigTests/PortUnreachable.java line 2:

> 1: /*
> 2:  * Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights 
> reserved.

The copyright year had been updated in https://github.com/openjdk/jdk/pull/1116
Thanks.

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

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

Reply via email to