Integrated: 8336301: test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion

Jaikiran Pai jpai at openjdk.org
Sat Jul 13 02:21:55 UTC 2024


On Fri, 12 Jul 2024 11:55:14 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> Can I please get a review of this test-only change which proposes to address the issue noted in https://bugs.openjdk.org/browse/JDK-8336301?
> 
> The update in this PR, marks the FIFO file to be deleted upon JVM exit so that it isn't left around causing any subsequent process reading that file to block forever.
> 
> After this change, I've locally verified that this file isn't left around irrespective of whether or not the test passes.
> 
> The test continues to pass with this change. tier2 testing with this change is currently in progress.

This pull request has now been integrated.

Changeset: ae9f318f
Author:    Jaikiran Pai <jpai at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ae9f318fc35eeab497e546ebab9faed6ec774ec5
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8336301: test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion

Reviewed-by: alanb

-------------

PR: https://git.openjdk.org/jdk/pull/20156


More information about the nio-dev mailing list