8321422: Test gc/g1/pinnedobjs/TestPinnedObjectTypes.java times out after completion#17013
8321422: Test gc/g1/pinnedobjs/TestPinnedObjectTypes.java times out after completion#17013tschatzl wants to merge 2 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back tschatzl! A progress list of the required criteria for merging this PR into |
Webrevs
|
|
@tschatzl 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 55 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 |
|
Thanks @walulyai @albertnetymk for your reviews /integrate |
|
Going to push as commit 7d90396.
Your commit was automatically rebased without conflicts. |
|
/backport jdk22 |
|
@tschatzl the backport was successfully created on the branch backport-tschatzl-7d903964 in my personal fork of openjdk/jdk22. To create a pull request with this backport targeting openjdk/jdk22:master, just click the following link: The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:
If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk22: |
Hi all,
please review this change that disables core file creation for the subtests of this test that check for assertion failure. Core dump creation can make the whole test time out.
Notice the 5 min delay from the
Gathering output for processto theWaiting for completion finishedmessage. This repeats for the second test, triggering the timeout.Testing: failing test
Thanks,
Thomas
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/17013/head:pull/17013$ git checkout pull/17013Update a local copy of the PR:
$ git checkout pull/17013$ git pull https://git.openjdk.org/jdk.git pull/17013/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 17013View PR using the GUI difftool:
$ git pr show -t 17013Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/17013.diff
Webrev
Link to Webrev Comment