8341424: GHA: Collect hs_errs from build time failures#21308
8341424: GHA: Collect hs_errs from build time failures#21308shipilev wants to merge 7 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
|
@shipilev This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 14 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
|
/label remove hotspot-runtime |
|
@shipilev |
magicus
left a comment
There was a problem hiding this comment.
This looks really nice! Thanks for implementing this, and for cleaning it up.
TheShermanTanker
left a comment
There was a problem hiding this comment.
> Yank the cord
> Gaaaaaaah
Story of my life while working on hard to fix problems
|
Thanks! /integrate |
|
Going to push as commit 3ab519f.
Your commit was automatically rebased without conflicts. |
GHA conveniently collects hs_errs from the test job runs. However, when we have a failure during the build, e.g. javac, CDS, jmod, jlink crashes the VM, we don't have these automatically collected. This is annoying when VM crashes on a particular platform, and not on others.
We can add the hooks for these as well. This PR adapts what we already have for test result collectors here: https://github.com/openjdk/jdk/blob/master/.github/scripts/gen-test-results.sh
I added a deliberate failure point in CDS to demonstrate how it would look like in test summary.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/21308/head:pull/21308$ git checkout pull/21308Update a local copy of the PR:
$ git checkout pull/21308$ git pull https://git.openjdk.org/jdk.git pull/21308/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 21308View PR using the GUI difftool:
$ git pr show -t 21308Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/21308.diff
Webrev
Link to Webrev Comment