RFR: 8114830: (fs) Files.copy fails due to interference from something else changing the file system [v7]
Brian Burkhalter
bpb at openjdk.org
Fri Aug 11 14:55:58 UTC 2023
On Thu, 10 Aug 2023 02:08:51 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8114830: Correct toString() call
>
> test/jdk/java/nio/file/Files/CopyInterference.java line 95:
>
>> 93: Path parent = Path.of(System.getProperty("test.dir", "."));
>> 94: Path dir = Files.createTempDirectory(parent, "foobargus");
>> 95: dir.toFile().deleteOnExit();
>
> I assume this doesn't actually delete because the directory is not empty. Maybe it can be just dropped.
Removed, tested, then committed in fc604ecc8e45fc69cd232dee42b464ebb601e241.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15141#discussion_r1291409409
More information about the nio-dev
mailing list