RFR: 7903754: jcstress: Implement fail-on-error run option [v4]
Jiří Vaněk
jvanek at openjdk.org
Fri Jun 13 14:37:08 UTC 2025
On Fri, 21 Mar 2025 12:33:40 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:
>
> replaced incorrect System.out by output
Hi! Simplifed as you wished, and as led from my usage in last half a year. So removed everything confusing, kept just one simple `-foe` which defautls to die after first error. However I kept in the property, which allows user to set custom treshold, both relative or absolute. Please, allow this to exists. I had it set everywhere in our infra, and it helps a lot to distinguish completely borked machine, from just a bit broken jdk.
-------------
PR Comment: https://git.openjdk.org/jcstress/pull/157#issuecomment-2970590532
More information about the jcstress-dev
mailing list