-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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-debug-brk-no-arg #7143
Conversation
Fix issues with disabled test-debug-brk-no-arg and re-enable the test.
child.stdin.end('.exit'); | ||
})); | ||
|
||
child.on('exit', common.mustCall(function(c) { |
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.
should this be 'close'
?
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.
In this particular case, I don't think it matters either way. But I'm happy to change it to close
if that is more idiomatic or avoids problems that I'm currently unaware of in the existing code.
Only failure was a build failure on a Raspberry Pi. Trying again: https://ci.nodejs.org/job/node-test-pull-request/2923/ |
R=@indutny? |
LGTM if it works |
@Trott I'd suggest running stress tests for it, just to be sure that it won't be flaky in the future. |
Not sure the last time anyone tried to run a stress test across all targets, but here we go! https://ci.nodejs.org/job/node-stress-single-test/754/ |
Stress test results: One build failure, one Jenkins misconfiguration (since fixed, but it resulted in the job getting canceled), and a whole bunch of green across Windows, Raspberry Pi, Linux, OS X, etc. |
Fix issues with disabled test-debug-brk-no-arg and re-enable the test. PR-URL: nodejs#7143 Reviewed-By: Fedor Indutny <[email protected]>
Landed in 101bda1 |
Fix issues with disabled test-debug-brk-no-arg and re-enable the test. PR-URL: #7143 Reviewed-By: Fedor Indutny <[email protected]>
Fix issues with disabled test-debug-brk-no-arg and re-enable the test. PR-URL: #7143 Reviewed-By: Fedor Indutny <[email protected]>
Fix issues with disabled test-debug-brk-no-arg and re-enable the test. PR-URL: #7143 Reviewed-By: Fedor Indutny <[email protected]>
Fix issues with disabled test-debug-brk-no-arg and re-enable the test. PR-URL: #7143 Reviewed-By: Fedor Indutny <[email protected]>
Fix issues with disabled test-debug-brk-no-arg and re-enable the test. PR-URL: #7143 Reviewed-By: Fedor Indutny <[email protected]>
Fix issues with disabled test-debug-brk-no-arg and re-enable the test. PR-URL: #7143 Reviewed-By: Fedor Indutny <[email protected]>
Checklist
Affected core subsystem(s)
test debugger
Description of change
Fix issues with disabled test-debug-brk-no-arg and re-enable the test.