Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8334441: Mark tests in jdk_security_infra group as manual #526

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

sendaoYan
Copy link
Member

@sendaoYan sendaoYan commented Jun 25, 2024

Hi all,

This pull request contains a backport of commit 1e3e6877 from the openjdk/jdk11u repository.

The commit being backported was authored by SendaoYan on 25 Jun 2024 and was reviewed by Martin Doerr.

The file rename from jdk/test/TEST.groups to test/jdk/TEST.groups by JDK-8187443, and the two file has almost totally different commit history, thus make this backport uncleanly.

Thanks!


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
  • JDK-8334441 needs maintainer approval

Issue

  • JDK-8334441: Mark tests in jdk_security_infra group as manual (Bug - P3 - Rejected)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/526/head:pull/526
$ git checkout pull/526

Update a local copy of the PR:
$ git checkout pull/526
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/526/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 526

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/526.diff

Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Jun 25, 2024

👋 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 Jun 25, 2024

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

@openjdk openjdk bot changed the title Backport 1e3e6877d5c2eb53f9dbb4fc9e045d83975c84b1 8334441: Mark tests in jdk_security_infra group as manual Jun 25, 2024
@openjdk
Copy link

openjdk bot commented Jun 25, 2024

This backport pull request has now been updated with issue from the original commit.

@openjdk openjdk bot added backport rfr Pull request is ready for review labels Jun 25, 2024
@mlbridge
Copy link

mlbridge bot commented Jun 25, 2024

Webrevs

@sendaoYan
Copy link
Member Author

/approval request Backport JDK-8334441 to make some CA testcases as manual, no risk.

@openjdk
Copy link

openjdk bot commented Jun 25, 2024

@sendaoYan
8334441: The approval request has been created successfully.

@openjdk openjdk bot added the approval label Jun 25, 2024
@sendaoYan
Copy link
Member Author

sendaoYan commented Jun 25, 2024

The GHA test runner report several failures, all the failures was recorded by JDK-8334732, unralated to this PR.

  1. linux x64
  2. linux x86
  3. windows x64
  4. windows x86

@gnu-andrew
Copy link
Member

test/jdk/TEST.groups not exists in jdk8u-dev, and it not need to backport.

No, because it's jdk/test/TEST.groups: https://github.com/openjdk/jdk8u-dev/blob/master/jdk/test/TEST.groups

With JDK-8315757, we added jdk_security_infra to tier_1 so it received more testing. This proposed change seems to be going in the opposite direction and will mean failures in the certificate tests are completely missed.

/approval no

@openjdk
Copy link

openjdk bot commented Jun 25, 2024

@gnu-andrew Only the author (@sendaoYan) is allowed to issue the /approval command.

@gnu-andrew
Copy link
Member

/approve no

@openjdk
Copy link

openjdk bot commented Jun 25, 2024

@gnu-andrew
8334441: The approval request has been rejected.

@openjdk openjdk bot removed the approval label Jun 25, 2024
@gnu-andrew
Copy link
Member

The GHA test runner report several failures, all the failures was recorded by JDK-8334732, unralated to this PR.

1. linux x64

2. linux x86

3. windows x64

4. windows x86

It looks like JDK-8030204 was pushed after you created your fork. This should now be fixed.

@sendaoYan
Copy link
Member Author

It looks like JDK-8030204 was pushed after you created your fork. This should now be fixed.

Thanks for the remind. I have merged the fixed in this PR.

@sendaoYan
Copy link
Member Author

sendaoYan commented Jun 26, 2024

test/jdk/TEST.groups not exists in jdk8u-dev, and it not need to backport.

No, because it's jdk/test/TEST.groups: https://github.com/openjdk/jdk8u-dev/blob/master/jdk/test/TEST.groups

With JDK-8315757, we added jdk_security_infra to tier_1 so it received more testing. This proposed change seems to be going in the opposite direction and will mean failures in the certificate tests are completely missed.

/approval no

Sorry, I didn't describe the problem accurately. The file rename from jdk/test/TEST.groups to test/jdk/TEST.groups by JDK-8187443, and the two file has almost totally different commit history, thus make this backport uncleanly. The original commit 1e3e6877 only add two comment lines for file test/jdk/TEST.groups, so I used to simply think it's not need to backport to jdk8u-dev. I will backport the two lines also.

@openjdk
Copy link

openjdk bot commented Jun 26, 2024

⚠️ @sendaoYan This pull request contains merges that bring in commits not present in the target repository. Since this is not a "merge style" pull request, these changes will be squashed when this pull request in integrated. If this is your intention, then please ignore this message. If you want to preserve the commit structure, you must change the title of this pull request to Merge <project>:<branch> where <project> is the name of another project in the OpenJDK organization (for example Merge jdk:master).

@sendaoYan
Copy link
Member Author

It looks like JDK-8030204 was pushed after you created your fork. This should now be fixed.

Thanks for the remind. I have merged the fixed in this PR.

The GHA test runner report a failure, I think it's unrelated to this PR.

  1. gc/concurrentMarkSweep/SystemGCOnForegroundCollector.java timeout

@bridgekeeper
Copy link

bridgekeeper bot commented Jul 24, 2024

@sendaoYan This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@sendaoYan
Copy link
Member Author

/open

@openjdk
Copy link

openjdk bot commented Jul 25, 2024

@sendaoYan This pull request is already open

@bridgekeeper
Copy link

bridgekeeper bot commented Aug 22, 2024

@sendaoYan This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@sendaoYan sendaoYan marked this pull request as draft August 22, 2024 03:27
@openjdk openjdk bot removed the rfr Pull request is ready for review label Aug 22, 2024
@sendaoYan sendaoYan marked this pull request as ready for review August 26, 2024 12:25
@openjdk openjdk bot added the rfr Pull request is ready for review label Aug 26, 2024
@sendaoYan sendaoYan marked this pull request as draft August 26, 2024 12:33
@openjdk openjdk bot removed the rfr Pull request is ready for review label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants