Skip to content

test: fix flaky test-http2-respond-file-error-pipe-offset - #36305

Merged
Trott merged 0 commit into
nodejs:masterfrom
Trott:sprig
Dec 7, 2020
Merged

test: fix flaky test-http2-respond-file-error-pipe-offset#36305
Trott merged 0 commit into
nodejs:masterfrom
Trott:sprig

Conversation

@Trott

Copy link
Copy Markdown
Member

Fixes: #35881

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

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Nov 28, 2020
@TrottTrott changed the title test: fix falky test-http2-respond-file-error-pipe-offsettest: fix flaky test-http2-respond-file-error-pipe-offsetNov 28, 2020
@Trott
Trott requested a review from addaleaxNovember 28, 2020 16:38
@TrottTrott added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 29, 2020
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 29, 2020
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@szmarczak

Copy link
Copy Markdown
Member

Can't we use a UNIX socket instead?

@Trott

Trott commented Dec 2, 2020

Copy link
Copy Markdown
MemberAuthor

Can't we use a UNIX socket instead?

I'm under the impression that the test is specifically for an issue involving pipes, but I could be wrong. /ping @addaleax

@addaleaxaddaleax 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.

I think this is fine, as would be using a socket. The important thing is that the target file is not seekable.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@TrottTrott closed this Dec 7, 2020
@Trott
Trott merged commit f178c5a into nodejs:masterDec 7, 2020
@Trott

Trott commented Dec 7, 2020

Copy link
Copy Markdown
MemberAuthor

Landed in f178c5a

@Trott
Trott deleted the sprig branch December 7, 2020 15:31
danielleadams pushed a commit that referenced this pull request Dec 7, 2020
Fixes: #35881
PR-URL: #36305
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@danielleadamsdanielleadams mentioned this pull request Dec 7, 2020
targos pushed a commit that referenced this pull request Apr 25, 2021
Fixes: #35881
PR-URL: #36305
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@danielleadamsdanielleadams mentioned this pull request May 3, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

investigate flaky test-http2-respond-file-error-pipe-offset

4 participants

@Trott@nodejs-github-bot@szmarczak@addaleax