-
Bug
-
Resolution: Unresolved
-
P4
-
19
-
aix
Issue created on behalf of Micheal Felt (from aixtools.net). Came in via PR on github (https://github.com/openjdk/jdk/pull/7013) and mail to port-aix ml.
Original message:
This is a test that fails in some environments - enough so that has been added to the ignore-list at AdoptOpenJDK (now Adoptium). And it will stay there until it gets fixed upstream.
I researched this and came up with differences that are behave differently depending on the environment, e.g., my server, and partitions hosted at IBM garage respond - at CLI -
```
aixtools@x064:[/data/prj/aixtools/tests]ping 0.0.0.0
PING 0.0.0.0: (0.0.0.0): 56 data bytes
--- 0.0.0.0 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
```
While at OSUOSL environment:
```
aixtools@nim.bak:[/home/aixtools]ping 0.0.0.0
PING 0.0.0.0: (0.0.0.0): 56 data bytes
64 bytes from 140.211.9.1: icmp_seq=0 ttl=255 time=0 ms
64 bytes from 140.211.9.1: icmp_seq=1 ttl=255 time=0 ms
64 bytes from 140.211.9.1: icmp_seq=2 ttl=255 time=0 ms
--- 0.0.0.0 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0/0/0 ms
```
Original message:
This is a test that fails in some environments - enough so that has been added to the ignore-list at AdoptOpenJDK (now Adoptium). And it will stay there until it gets fixed upstream.
I researched this and came up with differences that are behave differently depending on the environment, e.g., my server, and partitions hosted at IBM garage respond - at CLI -
```
aixtools@x064:[/data/prj/aixtools/tests]ping 0.0.0.0
PING 0.0.0.0: (0.0.0.0): 56 data bytes
--- 0.0.0.0 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
```
While at OSUOSL environment:
```
aixtools@nim.bak:[/home/aixtools]ping 0.0.0.0
PING 0.0.0.0: (0.0.0.0): 56 data bytes
64 bytes from 140.211.9.1: icmp_seq=0 ttl=255 time=0 ms
64 bytes from 140.211.9.1: icmp_seq=1 ttl=255 time=0 ms
64 bytes from 140.211.9.1: icmp_seq=2 ttl=255 time=0 ms
--- 0.0.0.0 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0/0/0 ms
```
- links to
-
Review openjdk/jdk/7013