-
Bug
-
Resolution: Fixed
-
P4
-
11, 15, 16
-
b26
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8257863 | 15u-cpu | Christoph Langer | P4 | Resolved | Fixed | master |
JDK-8257055 | 15.0.2 | Christoph Langer | P4 | Resolved | Fixed | b07 |
JDK-8256927 | 11.0.10 | Christoph Langer | P4 | Resolved | Fixed | b04 |
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.
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.
- backported by
-
JDK-8256927 Test com/sun/jndi/dns/ConfigTests/PortUnreachable.java does not work on AIX
- Resolved
-
JDK-8257055 Test com/sun/jndi/dns/ConfigTests/PortUnreachable.java does not work on AIX
- Resolved
-
JDK-8257863 Test com/sun/jndi/dns/ConfigTests/PortUnreachable.java does not work on AIX
- Resolved
- relates to
-
JDK-7164518 No PortUnreachableException when connecting to a non-existing DatagramSocket (mac)
- Resolved
(1 links to)