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: fix flaky test-child-process-pass-fd #8212

Closed
wants to merge 1 commit into from

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-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Aug 21, 2016
@santigimeno santigimeno 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

Trott commented Aug 21, 2016

LGTM if CI is OK

@jasnell
Copy link
Member

jasnell commented Aug 21, 2016

LGTM

@yorkie
Copy link
Contributor

yorkie commented Aug 22, 2016

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 <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com>
@Trott
Copy link
Member

Trott commented Aug 22, 2016

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

@Trott Trott 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 <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
child_process Issues and PRs related to the child_process subsystem. smartos Issues and PRs related to the SmartOS platform. test Issues 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