[jdk18] Integrated: 8279379: GHA: Print tests that are in error
Aleksey Shipilev
shade at openjdk.java.net
Tue Jan 4 11:16:18 UTC 2022
On Mon, 3 Jan 2022 11:34:14 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Current GHA workflow only prints `newfailures.txt` when tests fail. But the tests can also "ERROR" out. In which case, we want to print `other_errors.txt` as well. In current mainline GHA, we have a x86_32 langtools_tier1 failure like this:
>
>
> ==============================
> Test summary
> ==============================
> TEST TOTAL PASS FAIL ERROR
>>> jtreg:test/langtools:tier1 4282 4281 0 1 <<
> ==============================
> TEST FAILURE
>
> # newfailures.txt
> <empty>
>
> # other_errors.txt
> jdk/javadoc/doclet/testLinkPlatform/TestLinkPlatform.java
>
>
> I would like to get it in JDK 18 as well, to make GHA better during stabilization.
This pull request has now been integrated.
Changeset: 06f37132
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk18/commit/06f3713271f7827b376a3a9cfbfd3d91bc77f7de
Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod
8279379: GHA: Print tests that are in error
Reviewed-by: erikj, clanger
-------------
PR: https://git.openjdk.java.net/jdk18/pull/75
More information about the build-dev
mailing list