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
8277313: Validate header failed for test/jdk/java/net/httpclient/HeadTest.java #6424
Conversation
|
Thank you for fixing this @fmatte1. I'm not a Reviewer, but this looks good to me. Could you tell me which test identified this issue, so that I can in future run them locally if feasible? |
Thanks Jaikiran for the review, it is test/jdk/java/net/httpclient/HeadTest.java you have missed one comma(,) after 2021 in the header field. We internally validate headers that script has caught this. |
Thank you, that answers my question. |
@fmatte1 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 no new commits pushed to the 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 (@jayathirthrao) but any other Committer may sponsor as well.
|
/integrate |
/sponsor |
Going to push as commit 08f65a5. |
@jayathirthrao @fmatte1 Pushed as commit 08f65a5. |
With the integration of JDK-8276559, validate header failed as there is one missing comma after 2021 in
test/jdk/java/net/httpclient/HeadTest.java
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/6424/head:pull/6424
$ git checkout pull/6424
Update a local copy of the PR:
$ git checkout pull/6424
$ git pull https://git.openjdk.java.net/jdk pull/6424/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 6424
View PR using the GUI difftool:
$ git pr show -t 6424
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/6424.diff