FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Forget closed http2 streams by davedoesdev · Pull Request #23134 · nodejs/node · GitHub

/ node Public

Forget closed http2 streams - #23134

Closed
davedoesdev wants to merge 4 commits into
nodejs:masterfrom
davedoesdev:issue-23116-forget-closed-http2-streams
Closed

Forget closed http2 streams#23134
davedoesdev wants to merge 4 commits into
nodejs:masterfrom
davedoesdev:issue-23116-forget-closed-http2-streams

Conversation

davedoesdev commented Sep 27, 2018
edited
Loading

Copy link
Copy Markdown
Contributor

Fixes: #23116

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. dont-land-on-v6.x http2 Issues or PRs related to the http2 subsystem. labels Sep 27, 2018

Copy link
Copy Markdown
Member

@nodejs/http2

jasnell commented Sep 28, 2018

Copy link
Copy Markdown
Member

Lgtm with green ci

Copy link
Copy Markdown
Member

addaleax added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Sep 28, 2018

Copy link
Copy Markdown
Contributor Author

I'm afraid I don't understand the test results.
I can see a test timeout for this change, which doesn't occur when I run it locally.

davedoesdev commented Sep 28, 2018
edited
Loading

Copy link
Copy Markdown
Contributor Author

I can make the test run quicker by decreasing maxSessionMemory and thus the number of iterations

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

jasnell commented Sep 28, 2018

Copy link
Copy Markdown
Member

The test likely should go into test/sequential or maybe even test/pummel

Copy link
Copy Markdown
Member

New CI: https://ci.nodejs.org/job/node-test-pull-request/17495/

@davedoesdev If a tests takes longer than 20s or so, you might want to consider moving it to test/pummel/. But if we can avoid that, that would be ideal, because those tests aren’t run as part of regular CI runs.

Copy link
Copy Markdown
Contributor Author

The revised test should only take a few seconds.

The new CI test failure on Linux is test.parallel/test-gc-http-client-timeout.
The failure on Windows is test-net-connect-options-port

danbev commented Oct 2, 2018

Copy link
Copy Markdown
Contributor

Decreasing maxSessionMemory lets us decrease number of iteractions
before the exception occurs without the fix.

Copy link
Copy Markdown
Contributor Author

Those tests are failing ontest-gc-net-timeout.

I notice that other PRs (e.g. https://ci.nodejs.org/job/node-test-pull-request/17567/) are also failing.

Are the CI tests usually 100% pass?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Nit: can't we use stream.resume() instead of piping to a dummy writable?

lpinca commented Oct 2, 2018
edited
Loading

Copy link
Copy Markdown
Member

Are the CI tests usually 100% pass?

No, there are some flaky tests.

danbev commented Oct 3, 2018
edited
Loading

Copy link
Copy Markdown
Contributor

Re-run of failing node-test-commit-linux ✔️
Re-run of failing node-test-commit-smartos ✔️

danbev commented Oct 3, 2018

Copy link
Copy Markdown
Contributor

Landed in e8121d5.

danbev closed this Oct 3, 2018
danbev pushed a commit that referenced this pull request Oct 3, 2018
PR-URL: #23134
Fixes: #23116
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Oct 4, 2018
PR-URL: #23134
Fixes: #23116
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. http2 Issues or PRs related to the http2 subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HTTP/2 POST loop fails with ENHANCE_YOUR_CALM after 40701 iterations

7 participants


Back | FazBrowse Home | New Git URL