Integrated: 8277159: Fix java/nio/file/FileStore/Basic.java test by ignoring /run/user/* mount points

Alex Kasko akasko at openjdk.java.net
Wed Nov 17 17:51:56 UTC 2021


On Mon, 15 Nov 2021 22:20:44 GMT, Alex Kasko <akasko at openjdk.org> wrote:

> …/user/* mount points
> 
> The fix to the test is the same as in #5136 . The possible problem with this test was identified in [this comment](https://github.com/openjdk/jdk/pull/5136#issuecomment-900402107), however FileSystemException is thrown instead of NoSuchFileException in this case, thus the special check for "/run/user" is added.

This pull request has now been integrated.

Changeset: b6876649
Author:    Alex Kasko <akasko at openjdk.org>
Committer: Zhengyu Gu <zgu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/b6876649a82bed508d817ccbde1600d00937e4b2
Stats:     10 lines in 1 file changed: 10 ins; 0 del; 0 mod

8277159: Fix java/nio/file/FileStore/Basic.java test by ignoring /run/user/* mount points

Reviewed-by: bpb, shade

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

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


More information about the nio-dev mailing list