RFR: 8272369: java/io/File/GetXSpace.java failed with "RuntimeException: java.nio.file.NoSuchFileException: /run/user/0"

Brian Burkhalter bpb at openjdk.java.net
Tue Aug 17 15:16:23 UTC 2021


On Tue, 17 Aug 2021 02:48:35 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> This change proposes to exclude `/run/user` mounts from the test when run on Linux as they can "disappear" while the test is running.

That's correct, it's [pam_systemd](https://www.man7.org/linux/man-pages/man8/pam_systemd.8.html). I have not yet examined any other tests.

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

PR: https://git.openjdk.java.net/jdk/pull/5136


More information about the core-libs-dev mailing list