RFR: 7903430: Improve reporting for errors in JUnit's lifecycle methods [v2]

Jonathan Gibbons jjg at openjdk.org
Wed Feb 15 18:24:21 UTC 2023


On Tue, 14 Feb 2023 07:12:54 GMT, Christian Stein <cstein at openjdk.org> wrote:

>> Please review this change set ensuring that all exceptions thrown in JUnit's lifecycle methods are reported.
>> 
>> Prior to this PR, only exceptions thrown by "test identifiers" were reported.
>> Now all kinds of identifiers, which include "container identifiers", are generating a report when the execution result is in `ABORTED` or `FAILED` state.
>
> Christian Stein has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove unused code and fix indentation

Marked as reviewed by jjg (Lead).

-------------

PR: https://git.openjdk.org/jtreg/pull/147


More information about the jtreg-dev mailing list