-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 17, 22, 23
-
b07
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8336645 | 23.0.1 | Shivangi Gupta | P4 | Resolved | Fixed | b04 |
JDK-8336698 | 21.0.5-oracle | Shivangi Gupta | P4 | Resolved | Fixed | b04 |
JDK-8337737 | 21.0.5 | Andrew Lu | P4 | Resolved | Fixed | b02 |
JDK-8336803 | 17.0.13-oracle | Shivangi Gupta | P4 | Resolved | Fixed | b04 |
JDK-8337802 | 17.0.13 | Andrew Lu | P4 | Resolved | Fixed | b02 |
JDK-8336818 | 11.0.25-oracle | Shivangi Gupta | P4 | Resolved | Fixed | b04 |
JDK-8337849 | 11.0.25 | Andrew Lu | P4 | Resolved | Fixed | b02 |
This FIFO file gets created in the usual test specific scratch directory and the test upon completion (unintentionally) leaves it around. If for whatever reason this file is then open()ed (for reading) by any tool/code, then the open will block forever since there's no other side of this pipe.
One part of the test post processing in our CI involves archiving the test specific artifacts if a particular test fails. So if the AsyncCloseAndInterrupt test fails for whatever reason, then the archiving process blocks forever. This is the reason why we haven't been able to collect the test specific artifacts for the AsyncCloseAndInterrupt test in our CI when it has been seen failing in https://bugs.openjdk.org/browse/JDK-8310069
- backported by
-
JDK-8336645 test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion
- Resolved
-
JDK-8336698 test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion
- Resolved
-
JDK-8336803 test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion
- Resolved
-
JDK-8336818 test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion
- Resolved
-
JDK-8337737 test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion
- Resolved
-
JDK-8337802 test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion
- Resolved
-
JDK-8337849 test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion
- Resolved
- relates to
-
JDK-8310069 Test java/nio/channels/AsyncCloseAndInterrupt.java failed: java.lang.Exception: SocketChannel/finishConnect/close threw an exception
- Open
- links to
-
Commit(master) openjdk/jdk11u-dev/c5d2cc13
-
Commit(master) openjdk/jdk17u-dev/37726c5f
-
Commit(master) openjdk/jdk21u-dev/3511d722
-
Commit(master) openjdk/jdk23u/c5f294b4
-
Commit(master) openjdk/jdk/ae9f318f
-
Review(master) openjdk/jdk11u-dev/2889
-
Review(master) openjdk/jdk17u-dev/2757
-
Review(master) openjdk/jdk21u-dev/886
-
Review(master) openjdk/jdk23u/21
-
Review(master) openjdk/jdk/20156