RFR: 8252545: runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java timed out
Harold Seigel
hseigel at openjdk.java.net
Tue Jan 26 21:23:40 UTC 2021
On Tue, 26 Jan 2021 19:26:35 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:
>> I think SQE prefers multiple @test sections rather than multiple @run commands. You might want to check with @lmesnik or @iignatev on this.
>
>> I think SQE prefers multiple @test sections rather than multiple @run commands. You might want to check with @lmesnik or @iignatev on this.
>
> That’s correct, if `@run` are independent, it’s preferable to split them into multiple test description sections, ie multiple blocks with `@test` as this allows greater control over their execution and test results are easier to interpret.
>
> Cheers,
> — Igor
Thanks Igor and Chris. I create https://bugs.openjdk.java.net/browse/JDK-8260466 for the @run -> @test issue.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2226
More information about the hotspot-dev
mailing list