Skip to content

test: add undefined fatalException exit code test case - #38119

Closed
Linkgoron wants to merge 1 commit into
nodejs:masterfrom
Linkgoron:test-add-exit-6-test
Closed

test: add undefined fatalException exit code test case#38119
Linkgoron wants to merge 1 commit into
nodejs:masterfrom
Linkgoron:test-add-exit-6-test

Conversation

@Linkgoron

Copy link
Copy Markdown
Contributor

This PR adds a test that checks the exit code when _fatalException is undefined. This change actually creates two tests - one for process exit code and one for worker exit codes.

This case is extremely obscure, and probably unrealistic - but there's some explicit code in node_errors.cc that checks this case, so I've added a test for it.

Add a test that checks the exit code when _fatalException
is undefined
@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Apr 6, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@LinkgoronLinkgoron added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 7, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@jasnelljasnell removed the needs-ci PRs that need a full CI run. label Apr 12, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@jasnell

Copy link
Copy Markdown
Member

Landed in c8bbd83

@jasnelljasnell closed this Apr 12, 2021
jasnell pushed a commit that referenced this pull request Apr 12, 2021
Add a test that checks the exit code when _fatalException
is undefined
PR-URL: #38119
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
BethGriggs pushed a commit that referenced this pull request Apr 15, 2021
Add a test that checks the exit code when _fatalException
is undefined
PR-URL: #38119
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
targos pushed a commit that referenced this pull request May 1, 2021
Add a test that checks the exit code when _fatalException
is undefined
PR-URL: #38119
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@danielleadamsdanielleadams mentioned this pull request May 3, 2021
danielleadams pushed a commit that referenced this pull request May 8, 2021
Add a test that checks the exit code when _fatalException
is undefined
PR-URL: #38119
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
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.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Linkgoron@nodejs-github-bot@jasnell@benjamingr@cjihrig