[jdk25u-dev] RFR: 8255463: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed with ThreadTimeoutException
Aleksey Shipilev
shade at openjdk.org
Mon Feb 2 18:56:41 UTC 2026
On Thu, 29 Jan 2026 18:06:36 GMT, Roland Mesde <duke at openjdk.org> wrote:
> Backporting JDK-8255463: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed with ThreadTimeoutException.
>
> This PR removes the 30-second timeout from InheritedChannelTest.test() method to enable better debugging of intermittent timeout failures.
>
> For parity with Oracle JDK.
>
> Ran related tests on linux-x64, linux-aarch64, macos-aarch64 and windows-x64:
>
> make test TEST=test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java
>
> Results attached;
>
> [windows-x64-specific-test.log](https://github.com/user-attachments/files/24969341/windows-x64-specific-test.log)
> [macos-aarch64-specific-test.log](https://github.com/user-attachments/files/24969343/macos-aarch64-specific-test.log)
> [linux-x64-specific-test.log](https://github.com/user-attachments/files/24969344/linux-x64-specific-test.log)
> [linux-aarch64-specific-test.log](https://github.com/user-attachments/files/24969345/linux-aarch64-specific-test.log)
This one has a follow-up bug report: [JDK-8375345](https://bugs.openjdk.org/browse/JDK-8375345) -- does this PR regress the testing?
-------------
PR Comment: https://git.openjdk.org/jdk25u-dev/pull/203#issuecomment-3837042694
More information about the jdk-updates-dev
mailing list