-
Enhancement
-
Resolution: Fixed
-
P4
-
24
-
b13
The test SocketChannelConnectionSetup for 2 thread configuration (-t 2) failed with the NoSuchFileException for the "family = unix" on the attempt to delete used tempDir.
Extra checks to verify that files present should be added or exception should be catch and ignored.
Command to run:
java -jar benchmarks.jar -f 1 -wi 1 -i 1 -t 2 SocketChannelConnectionSetup
Output:
Iteration 1: <failure>
java.nio.file.NoSuchFileException: /tmp/readWriteTest6974342739406755948
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
Extra checks to verify that files present should be added or exception should be catch and ignored.
Command to run:
java -jar benchmarks.jar -f 1 -wi 1 -i 1 -t 2 SocketChannelConnectionSetup
Output:
Iteration 1: <failure>
java.nio.file.NoSuchFileException: /tmp/readWriteTest6974342739406755948
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
- links to
-
Commit(master) openjdk/jdk/fb659eba
-
Review(master) openjdk/jdk/23843