RFR: 8294519: (fs) java/nio/file/Files/CopyProcFile.java fails intermittenly due to unstable /proc/cpuinfo output
Alan Bateman
alanb at openjdk.org
Thu Sep 29 07:14:16 UTC 2022
On Thu, 29 Sep 2022 01:17:36 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> 1. Change source from `/proc/cpuinfo` to `/proc/version`.
> 2. Do not swallow errors in `@BeforeTest` config action.
> 3. Remove test from problem list.
file /proc/version reports that it is empty but you can read content, so I think it works to exercise the code paths.
-------------
Marked as reviewed by alanb (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10479
More information about the nio-dev
mailing list