RFR: 8332535: Mark java/nio/channels/DatagramChannel/Loopback.java as intermittent [v2]
SendaoYan
syan at openjdk.org
Tue May 28 09:58:09 UTC 2024
On Tue, 28 May 2024 03:11:19 GMT, SendaoYan <syan at openjdk.org> wrote:
>> Hi all,
>> The test `test/jdk/java/nio/channels/DatagramChannel/Loopback.java` intermittent fail, the failure probability is about 2/1000. This PR mark this test intermittent, and print more messages to investigate the intermittent failure. Only change the testcase, no risk.
>
> SendaoYan has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>
> - Merge branch 'openjdk:master' into jbs8332535
> - 8332535: Mark java/nio/channels/DatagramChannel/Loopback.java as intermittent
>
> Signed-off-by: sendaoYan <yansendao.ysd at alibaba-inc.com>
The GHA test runner report two failures:
1. macos-x64 build fail, compiler clang14 crash when compile ad_x86.cpp. It's unrelated to this PR.
2. `ObjectMonitorUsage.java` fails which has been recorded in [JDK-8332923](https://bugs.openjdk.org/browse/JDK-8332923). It's unrelated to this PR.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19314#issuecomment-2134812514
More information about the nio-dev
mailing list