-
Notifications
You must be signed in to change notification settings - Fork 236
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
8266182: Automate manual steps listed in the test jdk/sun/security/pkcs12/ParamsTest.java #376
Conversation
👋 Welcome back jdowland! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
Mailing list message from Jonathan Dowland on jdk-updates-dev: Hi folks, after 8266182 is merged, in theory JDK-8272581 should be considered very https://bugs.openjdk.java.net/browse/JDK-8272581 Upstream, merging 8266182 broke MultipleLogins.sh, and 8272581 fixes it. In my testing for jdk11u-dev, however, MultipleLogins.sh passes both -- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for downporting!
@jmtd This change now passes all automated pre-integration checks. 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 11 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. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@GoeLin, @RealCLanger) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
Hi, we tested the PR and looks like we're seeing failures in these tests because OpensslArtifactFetcher.java does not compile: |
@RealCLanger thanks for catching these. |
I've taken a look at JDK-8180571 which is in scope for backporting and will resolve this issue by deleting those two shell tests, however it's not a trivial backport. In the meantime I've force-pushed the following two line fix to those shell tests for 8266182. This gets them passing again. Please let me know what you think.
|
I would prefer if JDK-8180571 could be backported first. It was done for 11.0.13-oracle anyway, so we should get to it soon. Let's defer this one until after the JDK-8180571 backport. |
Sure ok. I've started work on that one. |
a639942
to
f6eb0b7
Compare
@jmtd Now, after JDK-8180571 was merged, is this one good to go as well? Does it need rebasing? |
I think rebasing is necessary, yes: I've just pushed a rebase. |
GHA tests re-running of course but in the meantime I ran |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I found a small nit. There's one bug id that shouldn't be mentioned in 11. Other than that, I'll run it through SAP's testing tonight and will let you know the results tomorrow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. SAP tests show no regressions.
/integrate |
/sponsor |
Going to push as commit f12af7e.
Your commit was automatically rebased without conflicts. |
@RealCLanger @jmtd Pushed as commit f12af7e. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hello,
This pull request is a backport of commit openjdk/jdk@ed57cf1 from openjdk/jdk,
authored by Abdul Kolarkunnu and reviewed by hchao, ssahoo, xuelei, weijun.
The backport is not clean: 11u differs from newer JDKs in keytool defaults (see JDK-8267599), and the test needed adjusting to account for this in two places:
The test in this PR passes for 11u.
(I will immediately begin on the related backport JDK-8272581)
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/376/head:pull/376
$ git checkout pull/376
Update a local copy of the PR:
$ git checkout pull/376
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/376/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 376
View PR using the GUI difftool:
$ git pr show -t 376
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/376.diff