-
Notifications
You must be signed in to change notification settings - Fork 173
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 |
|
❗ This change is not yet ready to be integrated. |
|
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 |
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