Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Conversation

Trott
Copy link
Member

@Trott Trott commented Jun 3, 2016

Checklist
  • tests and code linting passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

test debugger

Description of change

Fix issues with disabled test-debug-brk-no-arg and re-enable the test.

Fix issues with disabled test-debug-brk-no-arg and re-enable the test.
@Trott Trott added debugger test Issues and PRs related to the tests. labels Jun 3, 2016
child.stdin.end('.exit');
}));

child.on('exit', common.mustCall(function(c) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be 'close'?

Copy link
Member Author

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.

@Trott
Copy link
Member Author

Trott commented Jun 4, 2016

@Trott
Copy link
Member Author

Trott commented Jun 4, 2016

Only failure was a build failure on a Raspberry Pi. Trying again: https://ci.nodejs.org/job/node-test-pull-request/2923/

@Trott
Copy link
Member Author

Trott commented Jun 5, 2016

R=@indutny?

@indutny
Copy link
Member

indutny commented Jun 5, 2016

LGTM if it works

@indutny
Copy link
Member

indutny commented Jun 5, 2016

@Trott I'd suggest running stress tests for it, just to be sure that it won't be flaky in the future.

@Trott
Copy link
Member Author

Trott commented Jun 6, 2016

@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/

@Trott
Copy link
Member Author

Trott commented Jun 6, 2016

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.

Trott added a commit to Trott/io.js that referenced this pull request Jun 7, 2016
Fix issues with disabled test-debug-brk-no-arg and re-enable the test.

PR-URL: nodejs#7143
Reviewed-By: Fedor Indutny <[email protected]>
@Trott
Copy link
Member Author

Trott commented Jun 7, 2016

Landed in 101bda1

@Trott Trott closed this Jun 7, 2016
evanlucas pushed a commit that referenced this pull request Jun 15, 2016
Fix issues with disabled test-debug-brk-no-arg and re-enable the test.

PR-URL: #7143
Reviewed-By: Fedor Indutny <[email protected]>
@evanlucas evanlucas mentioned this pull request Jun 16, 2016
MylesBorins pushed a commit that referenced this pull request Jul 11, 2016
Fix issues with disabled test-debug-brk-no-arg and re-enable the test.

PR-URL: #7143
Reviewed-By: Fedor Indutny <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jul 12, 2016
Fix issues with disabled test-debug-brk-no-arg and re-enable the test.

PR-URL: #7143
Reviewed-By: Fedor Indutny <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jul 12, 2016
Fix issues with disabled test-debug-brk-no-arg and re-enable the test.

PR-URL: #7143
Reviewed-By: Fedor Indutny <[email protected]>
@MylesBorins MylesBorins mentioned this pull request Jul 12, 2016
MylesBorins pushed a commit that referenced this pull request Jul 14, 2016
Fix issues with disabled test-debug-brk-no-arg and re-enable the test.

PR-URL: #7143
Reviewed-By: Fedor Indutny <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jul 14, 2016
Fix issues with disabled test-debug-brk-no-arg and re-enable the test.

PR-URL: #7143
Reviewed-By: Fedor Indutny <[email protected]>
@Trott Trott deleted the undis branch January 13, 2022 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants