On Tue, 17 Nov 2020 05:02:07 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. > > Christoph Langer has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains one commit: > > Test jdk/com/sun/jndi/dns/ConfigTests/PortUnreachable.java does not work on > AIX LGTM ------------- Marked as reviewed by jiefu (Committer). PR: https://git.openjdk.java.net/jdk/pull/1241