-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: use common.crashOnUnhandledRejection #17215
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -30,6 +30,9 @@ const assert = require('assert'); | |||
// removed. | |||
require('domain'); | |||
|
|||
// add crash handler for unhandled rejection | |||
common.crashOnUnhandledRejection(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think common needs to be declared first:
const common = require('../common');
@sj82516 - your second commit brought about 94 files - accidental? |
I run |
It seems a bunch of pre-existing node modules are now being removed? |
yes, I removed them. |
Removing my sign off until the extraneous commits can be cleaned up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR will need to be reworked to remove the extraneous edits
1487903
to
449be86
Compare
I rebase the commit and push force again. |
Still the same problem. I think you will need to edit your commit since it seems the file removals are a part of the same commit as your actual (test) changes. |
reset the commit to remvoe extra instructions.
I see. |
@sj82516 you can always force push over the branch you made the PR with |
449be86
to
d47c150
Compare
Looks better now. |
PR-URL: #17215 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
landed in 7518617 with some minor nits addressed |
PR-URL: #17215 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
PR-URL: #17215 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
PR-URL: #17215 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
PR-URL: #17215 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
PR-URL: #17215 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Add common.crashOnUnhandledRejection to test/parallel/test-microtask-queue-integration-domain.js
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)