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. This pull request has now been integrated. Changeset: 5912df24 Author: Christoph Langer <clan...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/5912df24 Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod 8256427: Test com/sun/jndi/dns/ConfigTests/PortUnreachable.java does not work on AIX Reviewed-by: jiefu, mbaesken ------------- PR: https://git.openjdk.java.net/jdk/pull/1241