RFR: 8338630: Test java/nio/channels/DatagramChannel/SendReceiveMaxSize.java timeout
SendaoYan
syan at openjdk.org
Wed Aug 21 06:58:02 UTC 2024
On Wed, 21 Aug 2024 03:45:24 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi,
> On linux test environments which has docker service, `ifconfig` shows that `docker0` appears to be a virtual ethernet bridge which is created by the docker host. And the `docker0` virtual ethernet bridge may cause test `java/nio/channels/DatagramChannel/SendReceiveMaxSize.java` bind `docker0` ander network port.
> I think we should just skip "docker0" interfaces when looking for an IPv4 address for tests.
> Change has been verified, test fix only, the risk is low.
The GHA test runner report macos-aarch64 `runtime/cds/DeterministicDump.java` failure, I hava create a new [jbs](https://bugs.openjdk.org/browse/JDK-8338712) to record this issue. I think the failure is unrelated to this PR.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20658#issuecomment-2301275247
More information about the nio-dev
mailing list