8278102: containers/docker/TestJcmd.java failed with "RuntimeException: Could not find specified process"#4507
Open
rm-gh-8 wants to merge 1 commit into
Open
8278102: containers/docker/TestJcmd.java failed with "RuntimeException: Could not find specified process"#4507rm-gh-8 wants to merge 1 commit into
rm-gh-8 wants to merge 1 commit into
Conversation
|
👋 Welcome back rmesde! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
This backport pull request has now been updated with issue from the original commit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backporting JDK-8278102: containers/docker/TestJcmd.java failed with "RuntimeException: Could not find specified process".
This PR re-enables the TestJcmd.java Docker container test (previously disabled via ProblemList for bug 8278102) by fixing its reliability issues.
This PR is not clean due to a conflict in the problem list (no change needed) and a trivial difference (root user check) in a section that was deleted as part of this PR.
For parity with Oracle JDK. Already backported to 21.
Ran related test on linux-x64:
sudo ../jtreg/build/images/jtreg/bin/jtreg -jdk:build/linux-x86_64-server-release/images/jdk -Drequires.container.support=true test/hotspot/jtreg/containers/docker/TestJcmd.javaResults:
test result: Passed. Execution successfulTestJcmd.jtr.txt
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/4507/head:pull/4507$ git checkout pull/4507Update a local copy of the PR:
$ git checkout pull/4507$ git pull https://git.openjdk.org/jdk17u-dev.git pull/4507/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 4507View PR using the GUI difftool:
$ git pr show -t 4507Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/4507.diff
Using Webrev
Link to Webrev Comment