Uh oh!
There was an error while loading. Please reload this page.
test: enable test-debugger-pid - #12770
Conversation
Trott
commented
Apr 30, 2017
Labeled as |
Trott
commented
Apr 30, 2017
Trott
commented
Apr 30, 2017
Hmmm...Windows fails. A few options:
Thoughts? /cc @jkrems |
Trott
commented
May 1, 2017
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 |
hybrist
left a comment
There was a problem hiding this comment.
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.
addaleax
commented
May 3, 2017
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`.
Trott
commented
May 4, 2017
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 <jan.krems@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com>
Trott
commented
May 4, 2017
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 <jan.krems@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com>
Now that
node debugis an alias fornode inspect, it's possible thatnode-debug-pidcan run reliably. Modify for current behavior and movefrom
disabledtoparallel.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test debugger inspector