Skip to content

Conversation

@santigimeno
Copy link
Member

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

Avoid the exit command to be sent more than once. It prevents from
undesired errors emitted on proc.stdin.
Remove the watchdog timer so the test does not fail in case it takes
longer to complete.

There was a failure on the CI freebsd box caused by the watchdog timer: https://ci.nodejs.org/job/node-test-commit-freebsd/5177/nodes=freebsd10-64/console

not ok 236 parallel/test-debugger-util-regression # # assert.js:85 # throw new assert.AssertionError({# ^ # AssertionError: the program should not hang # at Object.exports.fail (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd10-64/test/common.js:443:10) # at Timeout.fail [as _onTimeout] (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd10-64/test/parallel/test-debugger-util-regression.js:23:10) # at ontimeout (timers.js:365:14) # at tryOnTimeout (timers.js:237:5) # at Timer.listOnTimeout (timers.js:207:5) 

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Nov 6, 2016
@santigimenosantigimeno added debugger freebsd Issues and PRs related to the FreeBSD platform. test Issues and PRs related to the tests. and removed test Issues and PRs related to the tests. labels Nov 6, 2016
Copy link
Member

@TrottTrott left a comment

Choose a reason for hiding this comment

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

LGTM if CI is ✅

Avoid the `exit` command to be sent more than once. It prevents from undesired errors emitted on `proc.stdin`. Remove the watchdog timer so the test does not fail in case it takes longer to complete. PR-URL: nodejs#9490 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James Snell <[email protected]>
@santigimenosantigimenoforce-pushed the fix_debugger_util_regression branch from b054dc4 to 1b88989CompareNovember 7, 2016 12:33
@santigimeno
Copy link
MemberAuthor

@santigimenosantigimeno merged commit 1b88989 into nodejs:masterNov 7, 2016
evanlucas pushed a commit that referenced this pull request Nov 7, 2016
Avoid the `exit` command to be sent more than once. It prevents from undesired errors emitted on `proc.stdin`. Remove the watchdog timer so the test does not fail in case it takes longer to complete. PR-URL: #9490 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James Snell <[email protected]>
@evanlucasevanlucas mentioned this pull request Nov 7, 2016
MylesBorins pushed a commit that referenced this pull request Nov 22, 2016
Avoid the `exit` command to be sent more than once. It prevents from undesired errors emitted on `proc.stdin`. Remove the watchdog timer so the test does not fail in case it takes longer to complete. PR-URL: #9490 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Nov 22, 2016
Avoid the `exit` command to be sent more than once. It prevents from undesired errors emitted on `proc.stdin`. Remove the watchdog timer so the test does not fail in case it takes longer to complete. PR-URL: #9490 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James Snell <[email protected]>
This was referenced Nov 22, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

freebsdIssues and PRs related to the FreeBSD platform.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@santigimeno@jasnell@Trott@cjihrig@MylesBorins@nodejs-github-bot