-
Notifications
You must be signed in to change notification settings - Fork 172
8285836: sun/net/www/http/KeepAliveCache/KeepAliveProperty.java failed with "RuntimeException: Failed in server" #721
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
base: master
Are you sure you want to change the base?
Conversation
Reviewed-by: dfuchs, jpai
|
👋 Welcome back sxa! A progress list of the required criteria for merging this PR into |
|
@sxa 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 13 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 (@jerboaa) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
This backport pull request has now been updated with issue from the original commit. |
|
|
|
I am not a Reviewer in jdk8u but to gain experience of doing so I've reviewed this change. The PR is not labelled "clean" but I'm not sure why, the patch is identical to that in 11u and applies with no fuzz. As @sxa notes the pre-submit failure is an issue in the main 8u tree at the moment and is not specific to this change. Test-only change. I've run it and it passes for me after this patch, although I haven't done a battery of runs to aggregate the results, like the backporter has. |
That is https://bugs.openjdk.org/browse/JDK-8370492 and a combination that |
Path in JDK 11 is |
Thanks... I had to read your comment twice to see the difference! |
|
Is there anything else I need to do because it's not considered clean, or is that up to the reviewers? |
jerboaa
left a comment
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. Clean after path unshuffeling.
|
/approval request test-only backport, clean after path unshuffling, tests pass |
|
@sxa 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 issue a |
|
I've approved this test fix now. Once it gets the ready label, please integrate. |
|
Backport of openjdk/jdk11u-dev#1377
Eclipse Temurin has seen this failure on some systems and this backport resolves them.
Sample failure when trying 100 iterations: https://ci.adoptium.net/job/Grinder/15544/testReport/ (82/100 failed)
Sample pass with this branch: https://ci.adoptium.net/job/Grinder/15551/testReport (zero failures)
Ref: https://bugs.openjdk.org/browse/JDK-8285836
Testing tier 1:
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/721/head:pull/721$ git checkout pull/721Update a local copy of the PR:
$ git checkout pull/721$ git pull https://git.openjdk.org/jdk8u-dev.git pull/721/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 721View PR using the GUI difftool:
$ git pr show -t 721Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/721.diff
Using Webrev
Link to Webrev Comment