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: bind to free port #28462

Closed
wants to merge 1 commit into from
Closed

test: bind to free port #28462

wants to merge 1 commit into from

Conversation

everett1992
Copy link
Contributor

Bind to port 0 instead of 3000
Test does not require a well known port so it doesn't need port 3000 or
common.PORT. Tests were failing on my CI box because port 3000 was
already taken.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Bind to port 0 instead of 3000
Test does not require a well known port so it doesn't need port 3000 or
common.PORT. Tests were failing on my CI box because port 3000 was
already taken.
@nodejs-github-bot nodejs-github-bot added async_hooks Issues and PRs related to the async hooks subsystem. test Issues and PRs related to the tests. labels Jun 28, 2019
@richardlau
Copy link
Member

Hi, thanks for your contribution. I believe this is already being changed in #28312.

@everett1992
Copy link
Contributor Author

everett1992 commented Jun 28, 2019 via email

@Trott
Copy link
Member

Trott commented Jun 28, 2019

Damn, not sure how I missed that. Feel free to close this

We have 300 open pull requests. It's easy to miss something. 😀

@Trott Trott closed this Jun 28, 2019
@Trott
Copy link
Member

Trott commented Jun 28, 2019

Fixed in bf7edaa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
async_hooks Issues and PRs related to the async hooks subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants