[jdk18] RFR: 8279379: GHA: Print tests that are in error
Aleksey Shipilev
shade at openjdk.java.net
Tue Jan 4 11:16:17 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.
Thanks for reviews, folks!
-------------
PR: https://git.openjdk.java.net/jdk18/pull/75
More information about the build-dev
mailing list