RFR: 8371697: test/jdk/java/nio/file/FileStore/Basic.java fails after 8360887 on linux [v6]
SendaoYan
syan at openjdk.org
Mon Nov 17 07:29:04 UTC 2025
On Mon, 17 Nov 2025 06:51:06 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add the comment
>
> test/jdk/java/nio/file/FileStore/Basic.java line 41:
>
>> 39: import jdk.test.lib.Platform;
>> 40: import jdk.test.lib.util.FileUtils;
>> 41: import jdk.test.lib.Asserts;
>
> If this test is now using jdk.test.lib.Asserts then we should the assertTrue method, and create an issue to remind us to move this to JUnit.
Asserts.assertNotNull has been replaced as Asserts.assertTrue.
And the [issue](https://bugs.openjdk.org/browse/JDK-8371979) has been created.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28281#discussion_r2532984178
More information about the nio-dev
mailing list