Integrated: 7903430: Improve reporting for errors in JUnit's lifecycle methods

Christian Stein cstein at openjdk.org
Wed Feb 15 18:28:17 UTC 2023


On Fri, 10 Feb 2023 09:04:24 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.

This pull request has now been integrated.

Changeset: 3ae3605f
Author:    Christian Stein <cstein at openjdk.org>
URL:       https://git.openjdk.org/jtreg/commit/3ae3605f19c5247b5a9aa76d8bf0af296fd29c60
Stats:     70 lines in 3 files changed: 53 ins; 1 del; 16 mod

7903430: Improve reporting for errors in JUnit's lifecycle methods

Reviewed-by: jjg

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

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


More information about the jtreg-dev mailing list