8347373: HTTP/2 flow control checks may count unprocessed data twice#3857
8347373: HTTP/2 flow control checks may count unprocessed data twice#3857GoeLin wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back goetz! A progress list of the required criteria for merging this PR into |
|
@GoeLin This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 4 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. ➡️ To integrate this PR with the above commit message to the |
|
This backport pull request has now been updated with issue from the original commit. |
45e8d49 to
c3083b3
Compare
|
@GoeLin Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
|
|
|
GHA Failure: unrelated to this change |
|
The parent pull request that this pull request depends on has now been integrated and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout goetz_backport_8347373
git fetch https://git.openjdk.org/jdk17u-dev.git master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push |
|
@GoeLin this pull request can not be integrated into git checkout goetz_backport_8347373
git fetch https://git.openjdk.org/jdk17u-dev.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
c3083b3 to
e14e0c5
Compare
|
@GoeLin Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
|
|
|
/integrate |
|
Going to push as commit f937b24.
Your commit was automatically rebased without conflicts. |
I backport this for parity with 21.0.8-oracle and as follow-up of JDK-8342075.
I had to do a small resolve in Http2TestServerConnection.java.
The original has one more else block with printouts that were adapted. This was added by https://bugs.openjdk.org/browse/JDK-8303481: CancelRequestTest assertTrue failing with AssertionError due to java.util.concurrent.CompletionException: java.io.EOFException: EOF reached while reading
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/3857/head:pull/3857$ git checkout pull/3857Update a local copy of the PR:
$ git checkout pull/3857$ git pull https://git.openjdk.org/jdk17u-dev.git pull/3857/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 3857View PR using the GUI difftool:
$ git pr show -t 3857Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/3857.diff
Using Webrev
Link to Webrev Comment