Skip to content

Conversation

@santigimeno
Copy link
Member

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

test

Description of change

Listen on random ports instead of using common.PORT.

Fixes: #8209

Listen on random ports instead of using `common.PORT`. Fixes: nodejs#8209
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Aug 21, 2016
@santigimenosantigimeno added child_process Issues and PRs related to the child_process subsystem. smartos Issues and PRs related to the SmartOS platform. labels Aug 21, 2016
@Trott
Copy link
Member

LGTM if CI is OK

@jasnell
Copy link
Member

LGTM

@yorkie
Copy link
Contributor

LGTM

Trott pushed a commit to Trott/io.js that referenced this pull request Aug 22, 2016
Listen on random ports instead of using `common.PORT`. Fixes: nodejs#8209 PR-URL: nodejs#8212 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yorkie Liu <[email protected]>
@Trott
Copy link
Member

CI is all good except for a build failure. Given the small nature of the change and the disruptive nature of flaky tests, I'm going to land this now (PR has been open for 27 hours) rather than waiting the usual 48/72 hours. I don't imagine anyone will object, but if so, hey, speak up and I'll be more cautious in the future.

Landed in 64cbe7a

@TrottTrott closed this Aug 22, 2016
evanlucas pushed a commit that referenced this pull request Aug 24, 2016
Listen on random ports instead of using `common.PORT`. Fixes: #8209 PR-URL: #8212 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yorkie Liu <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

child_processIssues and PRs related to the child_process subsystem.smartosIssues and PRs related to the SmartOS platform.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

investigate flaky sequential/test-child-process-pass-fd on SmartoS

6 participants

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