Skip to content

Conversation

@Trott
Copy link
Member

Replace stream.respondWithFile(__filename) with
stream.respondWithFile(process.execPath). The test file is probably
small enough on some operating systems to be sent immediately, without
waiting for the receiving side to do anything.

The fix was figured out by addaleax. (I asked before submitting this.)

Co-authored-by: Anna Henningsen [email protected]
Ref: #34389 (comment)
Fixes: #34389

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Jul 17, 2020
@TrottTrott added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Jul 17, 2020
@Trott
Copy link
MemberAuthor

Trott commented Jul 17, 2020

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 17, 2020
@Trott
Copy link
MemberAuthor

Landed in a51436c

@TrottTrott closed this Jul 19, 2020
@TrottTrott merged commit a51436c into nodejs:masterJul 19, 2020
@TrottTrott deleted the fix-it-fix-it branch July 19, 2020 22:27
cjihrig pushed a commit that referenced this pull request Jul 23, 2020
Replace stream.respondWithFile(__filename) with stream.respondWithFile(process.execPath). The test file is probably small enough on some operating systems to be sent immediately, without waiting for the receiving side to do anything. The fix was figured out by addaleax. Co-authored-by: Anna Henningsen <[email protected]> Ref: #34389 (comment)Fixes: #34389 PR-URL: #34415 Refs: #34389 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jul 27, 2020
Replace stream.respondWithFile(__filename) with stream.respondWithFile(process.execPath). The test file is probably small enough on some operating systems to be sent immediately, without waiting for the receiving side to do anything. The fix was figured out by addaleax. Co-authored-by: Anna Henningsen <[email protected]> Ref: #34389 (comment)Fixes: #34389 PR-URL: #34415 Refs: #34389 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@ruyadornoruyadorno mentioned this pull request Jul 28, 2020
addaleax pushed a commit that referenced this pull request Sep 22, 2020
Replace stream.respondWithFile(__filename) with stream.respondWithFile(process.execPath). The test file is probably small enough on some operating systems to be sent immediately, without waiting for the receiving side to do anything. The fix was figured out by addaleax. Co-authored-by: Anna Henningsen <[email protected]> Ref: #34389 (comment)Fixes: #34389 PR-URL: #34415 Refs: #34389 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
addaleax pushed a commit that referenced this pull request Sep 22, 2020
Replace stream.respondWithFile(__filename) with stream.respondWithFile(process.execPath). The test file is probably small enough on some operating systems to be sent immediately, without waiting for the receiving side to do anything. The fix was figured out by addaleax. Co-authored-by: Anna Henningsen <[email protected]> Ref: #34389 (comment)Fixes: #34389 PR-URL: #34415 Refs: #34389 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@codebyterecodebytere mentioned this pull request Sep 28, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.flaky-testIssues and PRs related to the tests with unstable failures on the CI.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

investigate unreliable test-heapdump-http2

6 participants

@Trott@jasnell@addaleax@lpinca@richardlau@nodejs-github-bot