Uh oh!
There was an error while loading. Please reload this page.
test: show child stderr output in largepages test - #31612
Closed
bnoordhuis wants to merge 1 commit into
Closed
Conversation
nodejs-github-bot
commented
Feb 2, 2020
Collaborator
Trott
previously approved these changes
Feb 2, 2020
Member
This causes the test to fail because it changes how stderr is handled so the assertion that checks stderr needs to be adjusted.... |
The test starts child processes. A recent change is suspected of causing flaky crashes on one of the alpine buildbots but we can't know for sure because the test hides the child's stderr. Refs: nodejs#31547 (comment)
bnoordhuisforce-pushed
the
test-largepages-stderr
branch
from
February 2, 2020 02:39
dee2e39 to
28f3ac0Comparebnoordhuis
commented
Feb 2, 2020
MemberAuthor
Oh pfft, that was the version I tried for reproducing the crash locally (no crash), not what I wanted to PR. Updated, PTAL. |
nodejs-github-bot
commented
Feb 2, 2020
Collaborator
Trott
approved these changes
Feb 2, 2020
Trott
commented
Feb 2, 2020
Member
Collaborators, 👍 here to approve fast-tracking. |
cjihrig
approved these changes
Feb 2, 2020
addaleax
approved these changes
Feb 2, 2020
nodejs-github-bot
commented
Feb 2, 2020
Collaborator
addaleax
commented
Feb 2, 2020
Member
Landed in dbe881b |
addaleax pushed a commit
that referenced
this pull request
Feb 2, 2020
The test starts child processes. A recent change is suspected of causing flaky crashes on one of the alpine buildbots but we can't know for sure because the test hides the child's stderr. Refs: #31547 (comment) PR-URL: #31612 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
codebytere pushed a commit
that referenced
this pull request
Feb 17, 2020
The test starts child processes. A recent change is suspected of causing flaky crashes on one of the alpine buildbots but we can't know for sure because the test hides the child's stderr. Refs: #31547 (comment) PR-URL: #31612 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Merged
targos
commented
Apr 18, 2020
Member
depends on large pages change to land on v12.x |
targos pushed a commit
to targos/node
that referenced
this pull request
Apr 25, 2020
The test starts child processes. A recent change is suspected of causing flaky crashes on one of the alpine buildbots but we can't know for sure because the test hides the child's stderr. Refs: nodejs#31547 (comment) PR-URL: nodejs#31612 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
targos pushed a commit
that referenced
this pull request
Apr 28, 2020
The test starts child processes. A recent change is suspected of causing flaky crashes on one of the alpine buildbots but we can't know for sure because the test hides the child's stderr. Refs: #31547 (comment) PR-URL: #31612 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The test starts child processes. A recent change is suspected of causing
flaky crashes on one of the alpine buildbots but we can't know for sure
because the test hides the child's stderr.
Refs: #31547 (comment)
I propose fast-tracking this.