RFR: 8332248: (fc) java/nio/channels/FileChannel/BlockDeviceSize.java failed with RuntimeException
Inigo Mediavilla Saiz
duke at openjdk.org
Wed May 15 11:33:16 UTC 2024
On Tue, 14 May 2024 18:12:02 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Throw `SkippedException` instead of `RuntimeException` when access to a block device is denied.
>
> Test passed on both Linux architectures against build jdk-23+23-1880 in the CI system.
Sorry if my previous changes broke the test in some environments, and thanks for the fix @bplb 🙇 .
May I ask what is the best way to run this test in all environments ? I ran the test in my own local environment, but it must not be representative of the environments that are used by the CI.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19236#issuecomment-2112284052
More information about the nio-dev
mailing list