Skip to content

8377934: containers/docker/TestJcmd.java skipped GID xxx already exists#29724

Open
sendaoYan wants to merge 2 commits intoopenjdk:masterfrom
sendaoYan:jbs8377934
Open

8377934: containers/docker/TestJcmd.java skipped GID xxx already exists#29724
sendaoYan wants to merge 2 commits intoopenjdk:masterfrom
sendaoYan:jbs8377934

Conversation

@sendaoYan
Copy link
Member

@sendaoYan sendaoYan commented Feb 14, 2026

Hi all,

Test containers/docker/TestJcmd.java report skipped "groupadd: GID '998' already exists" because the group id has been occupy by some other group. This PR move the GID which get from getent group %s | cut -d: -f1 to new GID 9999, and then return true forcely to avoid return fail when there is no gruop occpy the expected GID. GID number larger that 1000 will be empty generally.

Change has been verified locally. Test-fix only, no risk.


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8377934: containers/docker/TestJcmd.java skipped GID xxx already exists (Bug - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/29724/head:pull/29724
$ git checkout pull/29724

Update a local copy of the PR:
$ git checkout pull/29724
$ git pull https://git.openjdk.org/jdk.git pull/29724/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 29724

View PR using the GUI difftool:
$ git pr show -t 29724

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/29724.diff

Using Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Feb 14, 2026

👋 Welcome back syan! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link

openjdk bot commented Feb 14, 2026

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk bot added the hotspot-runtime hotspot-runtime-dev@openjdk.org label Feb 14, 2026
@openjdk
Copy link

openjdk bot commented Feb 14, 2026

@sendaoYan The following label will be automatically applied to this pull request:

  • hotspot-runtime

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk bot added the rfr Pull request is ready for review label Feb 14, 2026
@mlbridge
Copy link

mlbridge bot commented Feb 14, 2026

Webrevs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hotspot-runtime hotspot-runtime-dev@openjdk.org rfr Pull request is ready for review

Development

Successfully merging this pull request may close these issues.

1 participant