[crac] RFR: 8362837: [CRaC] jdk/crac/MXBean.java can fail on macOS [v4]
Jan Kratochvil
jkratochvil at openjdk.org
Mon Jul 21 09:22:59 UTC 2025
On Sun, 20 Jul 2025 20:01:34 GMT, Jan Kratochvil <jkratochvil at openjdk.org> wrote:
>> The CI runs fine but locally (Linux Fedora 42 x86_64) it is failing for me - for any testcase trying to use OutputAnalyzer for the restore-only part. Such testcases failing for me are for example:
>> - test/jdk/jdk/crac/fileDescriptors/CheckpointWithOpenFdsTest.java
>> - test/jdk/jdk/crac/fileDescriptors/LoggingFileOpenTest.java
>> - test/jdk/jdk/crac/SecureRandom/ReseedTest.java
>>
>> It does not implement the part
>>
>>> close to 0
>>
>> as that is the problem being fixed.
>
> Jan Kratochvil has updated the pull request incrementally with two additional commits since the last revision:
>
> - Second TimPushkin's patch
> - 1st patch by TimPushkin
So either it is
- a performance test - then it needs to track the time per platform, the limit should be tight and it must not run in parallel with other parts of the testsuite, IIRC perf lab dept. should take care of it
- or it just checks whether it completes at all - and then it needs no limit at all as there is already a JTREG testcase limit
-------------
PR Comment: https://git.openjdk.org/crac/pull/246#issuecomment-3095862862
More information about the crac-dev
mailing list