8374181: failure_handler: The cores.html file is formatted incorrectly and so hides the core dump information#29150
8374181: failure_handler: The cores.html file is formatted incorrectly and so hides the core dump information#29150jaikiran wants to merge 2 commits intoopenjdk:masterfrom
Conversation
…y and so hides the core dump information
|
👋 Welcome back jpai! A progress list of the required criteria for merging this PR into |
|
@jaikiran 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
|
/label remove core-libs |
|
@jaikiran |
|
@jaikiran |
Webrevs
|
|
Thank you Erik for the review. |
|
/integrate |
|
Going to push as commit e89c129.
Your commit was automatically rebased without conflicts. |
Can I please get a review of this jtreg failure handler code change which addresses the issue noted in https://bugs.openjdk.org/browse/JDK-8374181?
The implementation in this failure handler generates a cores.html for each core file that was generated during the test run. The bug here is that instead of creating multiple "sections", one each for the core file, within an
<html>element, it ends up creating multiple<html>elements one after another within the same HTML file. This causes the HTML rendering to go wrong.The commit in this PR addresses that issue by creating one section, under the
<html>element, for each core file.I've verified that with this change, the cores.html is now correctly structured and rendered.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/29150/head:pull/29150$ git checkout pull/29150Update a local copy of the PR:
$ git checkout pull/29150$ git pull https://git.openjdk.org/jdk.git pull/29150/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 29150View PR using the GUI difftool:
$ git pr show -t 29150Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/29150.diff
Using Webrev
Link to Webrev Comment