[crac] RFR: Remove code trigger register during checkpointRestore [v2]
joeylee
duke at openjdk.org
Thu May 25 09:10:47 UTC 2023
On Thu, 25 May 2023 08:45:56 GMT, Anton Kozlov <akozlov at openjdk.org> wrote:
>> joeylee has updated the pull request incrementally with one additional commit since the last revision:
>>
>> update
>
> test/jdk/jdk/crac/CracOptionTest.java line 57:
>
>> 55: directory = Paths.get(System.getProperty("user.dir"), "workdir");
>> 56: directory.toFile().mkdir();
>> 57: Files.createTempFile(directory, "temp", ".txt");
>
> Are these lines are required for the test? It looks that the rest of the test passes -Dk=v to both checkpoint and restore, triggering the issue. But these seems not to be related.
Right, still able to reproduce without these lines. Removed.
-------------
PR Review Comment: https://git.openjdk.org/crac/pull/75#discussion_r1205220407
More information about the crac-dev
mailing list