RFR: 7903754: jcstress should die asap - with report - on broken jvm/hw, instead of waiting on kill [v2]
Jiří Vaněk
jvanek at openjdk.org
Mon Feb 3 12:36:01 UTC 2025
On Tue, 7 Jan 2025 15:32:10 GMT, Jiří Vaněk <jvanek at openjdk.org> wrote:
>> Initial PoC
>>
>> It currently show how to set up argument, and how the framework will be terminated. Feedback welcomed. Should be finished soon
>
> Jiří Vaněk has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix in logic
jcstress-core/src/main/java/org/openjdk/jcstress/infra/grading/FailFastKiller.java line 133:
> 131:
> 132: private void verifyState(TestResult r) {
> 133: long totalFailed = failed + hardErrors;
Maybe the `softErrors`should be counted in? Maybe configurable by some property? wdyt?
-------------
PR Review Comment: https://git.openjdk.org/jcstress/pull/157#discussion_r1939303630
More information about the jcstress-dev
mailing list