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

test: deflake test-http-many-ended-pipelines by lpinca · Pull Request #38018 · nodejs/node · GitHub

/ node Public

test: deflake test-http-many-ended-pipelines - #38018

Closed
lpinca wants to merge 1 commit into
nodejs:masterfrom
lpinca:fix/issue-37291
Closed

test: deflake test-http-many-ended-pipelines#38018
lpinca wants to merge 1 commit into
nodejs:masterfrom
lpinca:fix/issue-37291

Conversation

lpinca commented Apr 1, 2021
edited
Loading

Copy link
Copy Markdown
Member

The socket might be destroyed by the other peer while data is still
being written. Add the missing error handler.

Fixes: #37291

nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Apr 1, 2021
lpinca force-pushed the fix/issue-37291 branch from d0efa94 to 8241289 Compare April 1, 2021 13:31

Copy link
Copy Markdown
Member Author

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

I think err.code can also be 'EPIPE' or 'ECONNABORTED' but I was not able to reproduce. Should we handle that in advance or do it if/when it will occur?

Trott Apr 3, 2021
edited
Loading

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

I'd say let's do it when it occurs.

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

Perhaps you can add a comment right now that says "EPIPE might be valid too but we haven't seen it yet" or something like that?

Copy link
Copy Markdown
Collaborator

lpinca force-pushed the fix/issue-37291 branch from 8241289 to 93ce076 Compare April 3, 2021 05:27
The socket might be destroyed by the other peer while data is still
being written. Add the missing error handler.

Fixes: nodejs#37291
lpinca force-pushed the fix/issue-37291 branch from 93ce076 to 316d8c7 Compare April 6, 2021 16:56

Copy link
Copy Markdown
Collaborator

lpinca added a commit that referenced this pull request Apr 8, 2021
The socket might be destroyed by the other peer while data is still
being written. Add the missing error handler.

PR-URL: #38018
Fixes: #37291
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

lpinca commented Apr 8, 2021

Copy link
Copy Markdown
Member Author

Landed in cc4ee6c.

lpinca closed this Apr 8, 2021
lpinca deleted the fix/issue-37291 branch April 8, 2021 17:30
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

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.

investigate flaky test/parallel/test-http-many-ended-pipelines.js

5 participants


Back | FazBrowse Home | New Git URL