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

test: deflake test-http2-buffersize by lpinca · Pull Request #39591 · nodejs/node · GitHub

/ node Public

test: deflake test-http2-buffersize - #39591

Closed
lpinca wants to merge 1 commit into
nodejs:masterfrom
lpinca:deflake/test-http2-buffersize
Closed

test: deflake test-http2-buffersize#39591
lpinca wants to merge 1 commit into
nodejs:masterfrom
lpinca:deflake/test-http2-buffersize

Conversation

lpinca commented Jul 30, 2021
edited
Loading

Copy link
Copy Markdown
Member

This is basically a revert of
c452632.

The problem with that commit is that the promises returned by
once(server, 'stream') are all resolved with the same stream when the
first 'stream' event is emitted.

Refs: #39525 (comment)

nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Jul 30, 2021
This is basically a revert of
nodejs@c452632.

The problem with that commit is that the promises returned by
`once(server, 'stream')` are all resolved with the same stream when the
first `'stream'` event is emitted.

Refs: nodejs#39525 (comment)
lpinca force-pushed the deflake/test-http2-buffersize branch from 83c58b9 to 9807960 Compare July 30, 2021 13:58

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

targos added the http2 Issues or PRs related to the http2 subsystem. label Aug 1, 2021

lpinca commented Aug 2, 2021
edited
Loading

Copy link
Copy Markdown
Member Author

Landed in 0f9434a.

lpinca added a commit that referenced this pull request Aug 2, 2021
This is basically a revert of
c452632.

The problem with that commit is that the promises returned by
`once(server, 'stream')` are all resolved with the same stream when the
first `'stream'` event is emitted.

Refs: #39525 (comment)

PR-URL: #39591
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
lpinca closed this Aug 2, 2021
lpinca deleted the deflake/test-http2-buffersize branch August 2, 2021 16:43
danielleadams pushed a commit that referenced this pull request Aug 16, 2021
This is basically a revert of
c452632.

The problem with that commit is that the promises returned by
`once(server, 'stream')` are all resolved with the same stream when the
first `'stream'` event is emitted.

Refs: #39525 (comment)

PR-URL: #39591
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
targos pushed a commit that referenced this pull request Sep 4, 2021
This is basically a revert of
c452632.

The problem with that commit is that the promises returned by
`once(server, 'stream')` are all resolved with the same stream when the
first `'stream'` event is emitted.

Refs: #39525 (comment)

PR-URL: #39591
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
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

http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL