Skip to content

Conversation

@Trott
Copy link
Member

Improve AssertionError message in
test/parallel/test-async-wrap-pop-id-during-load.js to include the
contents of stderr when the spawned process fails.

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 May 24, 2018
@Trott
Copy link
MemberAuthor

Trott commented May 24, 2018

Refs: https://github.com/nodejs/node/pull/20940/files#r190707951

@addaleax@BridgeAR

Error message will now look more like this:

AssertionError [ERR_ASSERTION]: EXIT CODE: 3, STDERR:undefined:0RangeError: Maximum call stack size exceeded

Currently, it's this:

AssertionError [ERR_ASSERTION]: Input A expected to strictly equal input B:+ expected - actual- 3+ 0

Improve AssertionError message in test/parallel/test-async-wrap-pop-id-during-load.js to include the contents of stderr when the spawned process fails. Refs: https://github.com/nodejs/node/pull/20940/files#r190707951
@TrottTrott mentioned this pull request May 24, 2018
4 tasks
@Trott
Copy link
MemberAuthor

@TrottTrott added the fast-track PRs that do not need to wait for 48 hours to land. label May 24, 2018
@Trott
Copy link
MemberAuthor

👍 here for fast-tracking.

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 24, 2018
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request May 25, 2018
Improve AssertionError message in test/parallel/test-async-wrap-pop-id-during-load.js to include the contents of stderr when the spawned process fails. Refs: https://github.com/nodejs/node/pull/20940/files#r190707951 PR-URL: nodejs#20948 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
@BridgeAR
Copy link
Member

Landed in f315081 🎉

MylesBorins pushed a commit that referenced this pull request May 29, 2018
Improve AssertionError message in test/parallel/test-async-wrap-pop-id-during-load.js to include the contents of stderr when the spawned process fails. Refs: https://github.com/nodejs/node/pull/20940/files#r190707951 PR-URL: #20948 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request May 29, 2018
@TrottTrott deleted the improve-err-msg branch January 13, 2022 22:49
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.fast-trackPRs that do not need to wait for 48 hours to land.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Trott@BridgeAR@jasnell@lpinca@richardlau@trivikr@nodejs-github-bot