RFR: JDK-8303861: Error handling step timeouts should never be blocked by OnError and others [v2]
Thomas Stuefe
stuefe at openjdk.org
Sat Mar 11 16:44:09 UTC 2023
On Fri, 10 Mar 2023 14:56:43 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
>> Thomas Stuefe has updated the pull request incrementally with one additional commit since the last revision:
>>
>> limit step timeout to 5 seconds max
>
> test/hotspot/jtreg/runtime/ErrorHandling/TimeoutInErrorHandlingTest.java line 40:
>
>> 38:
>> 39: /*
>> 40: * @test TimeoutInErrorHandlingTest-default
>
> Isn't the better way to name this just '@test TimeoutInErrorHandlingTest' and then '@id=default' and '@id=with-on-error' ?
Not sure what you mean? There is no @id jtreg tag. https://openjdk.org/jtreg/tag-spec.html
-------------
PR: https://git.openjdk.org/jdk/pull/12936
More information about the hotspot-dev
mailing list