RFR: 8256427: Test com/sun/jndi/dns/ConfigTests/PortUnreachable.java does not work on AIX [v2]
Matthias Baesken
mbaesken at openjdk.java.net
Wed Nov 18 07:49:10 UTC 2020
On Tue, 17 Nov 2020 05:02:07 GMT, Christoph Langer <clanger at 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
looks good, thanks for doing the change.
-------------
Marked as reviewed by mbaesken (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/1241
More information about the core-libs-dev
mailing list