Details
-
Bug
-
Resolution: Fixed
-
P3
-
8, 11, 14
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245213 | 13.0.4 | Brian Burkhalter | P3 | Resolved | Fixed | b02 |
JDK-8234300 | 11.0.7-oracle | Kiran Sidhartha Ravikumar | P3 | Resolved | Fixed | b01 |
JDK-8235709 | 11.0.6-oracle | Brian Burkhalter | P3 | Resolved | Fixed | b08 |
JDK-8234258 | 11.0.6 | Brian Burkhalter | P3 | Resolved | Fixed | b04 |
JDK-8276759 | openjdk8u322 | Brian Burkhalter | P3 | Resolved | Fixed | b02 |
JDK-8234301 | 8u251 | Kiran Sidhartha Ravikumar | P3 | Resolved | Fixed | b01 |
JDK-8235734 | 8u241 | Sean Coffey | P3 | Resolved | Fixed | b07 |
JDK-8239670 | emb-8u251 | Sean Coffey | P3 | Resolved | Fixed | team |
JDK-8237306 | emb-8u241 | Sean Coffey | P3 | Resolved | Fixed | team |
Description
Not certain if this should be considered MacOS upgrade issue or the tmp folder is gone for good.
----------System.err:(23/1587)----------
java.nio.file.NoSuchFileException: /System/Volumes/Data/tmp
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
at java.base/sun.nio.fs.UnixFileStore.devFor(UnixFileStore.java:59)
at java.base/sun.nio.fs.UnixFileStore.<init>(UnixFileStore.java:66)
at java.base/sun.nio.fs.BsdFileStore.<init>(BsdFileStore.java:40)
at java.base/sun.nio.fs.BsdFileSystemProvider.getFileStore(BsdFileSystemProvider.java:46)
at java.base/sun.nio.fs.BsdFileSystemProvider.getFileStore(BsdFileSystemProvider.java:34)
at java.base/sun.nio.fs.UnixFileSystemProvider.getFileStore(UnixFileSystemProvider.java:373)
at java.base/java.nio.file.Files.getFileStore(Files.java:1491)
at MacVolumesTest.checkDataVolume(MacVolumesTest.java:113)
at MacVolumesTest.main(MacVolumesTest.java:198)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:830)
JavaTest Message: Test threw exception: java.nio.file.NoSuchFileException
JavaTest Message: shutting down test
----------System.out:(5/201)----------
--- Checking system volume / ---
Using root test file /etc/manpaths
/etc/manpaths creation time: 2019-08-24T22:20:18Z
Read 36 bytes from /etc/manpaths
--- Checking data volume /System/Volumes/Data ---
result: Failed. Execution failed: `main' threw exception: java.nio.file.NoSuchFileException: /System/Volumes/Data/tmp
test result: Failed. Execution failed: `main' threw exception: java.nio.file.NoSuchFileException: /System/Volumes/Data/tmp
Attachments
Issue Links
- backported by
-
JDK-8234258 MacVolumesTest failed after upgrade to MacOS Catalina
- Resolved
-
JDK-8234300 MacVolumesTest failed after upgrade to MacOS Catalina
- Resolved
-
JDK-8234301 MacVolumesTest failed after upgrade to MacOS Catalina
- Resolved
-
JDK-8235709 MacVolumesTest failed after upgrade to MacOS Catalina
- Resolved
-
JDK-8235734 MacVolumesTest failed after upgrade to MacOS Catalina
- Resolved
-
JDK-8237306 MacVolumesTest failed after upgrade to MacOS Catalina
- Resolved
-
JDK-8239670 MacVolumesTest failed after upgrade to MacOS Catalina
- Resolved
-
JDK-8245213 MacVolumesTest failed after upgrade to MacOS Catalina
- Resolved
-
JDK-8276759 MacVolumesTest failed after upgrade to MacOS Catalina
- Resolved
- relates to
-
JDK-8230085 (fs) FileStore::isReadOnly is always true on macOS Catalina
- Closed
-
JDK-8231254 (fs) Add test for macOS Catalina changes to protect system software
- Resolved
- links to