-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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: enable test-debugger-pid #12770
Conversation
Labeled as |
Hmmm...Windows fails. A few options:
Thoughts? /cc @jkrems |
Added code to skip parts of the test on Windows. CI: https://ci.nodejs.org/job/node-test-pull-request/7767/ Because I hope/expect this to pass CI, I'm going to remove the |
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 in the future we should investigate adding make test-node-inspect
to our general CI runs. Until then having some smoke tests like this one as part of node's own test suite is definitely valuable.
Linter failure:
|
Now that `node debug` is an alias for `node inspect`, it's possible that `node-debug-pid` can run reliably. Modify for current behavior and move from `disabled` to `parallel`.
Rebased and adjusted to conform with new lint rule. New CI: https://ci.nodejs.org/job/node-test-pull-request/7842/ |
Now that `node debug` is an alias for `node inspect`, it's possible that `node-debug-pid` can run reliably. Modify for current behavior and move from `disabled` to `parallel`. PR-URL: nodejs#12770 Reviewed-By: Jan Krems <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
Landed in 4677766 |
Now that `node debug` is an alias for `node inspect`, it's possible that `node-debug-pid` can run reliably. Modify for current behavior and move from `disabled` to `parallel`. PR-URL: nodejs#12770 Reviewed-By: Jan Krems <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
Now that
node debug
is an alias fornode inspect
, it's possible thatnode-debug-pid
can run reliably. Modify for current behavior and movefrom
disabled
toparallel
.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
test debugger inspector