Skip to content

test: bind to free port - #28462

Closed
everett1992 wants to merge 1 commit into
nodejs:masterfrom
everett1992:test
Closed

test: bind to free port#28462
everett1992 wants to merge 1 commit into
nodejs:masterfrom
everett1992:test

Conversation

@everett1992

Copy link
Copy Markdown
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-botnodejs-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
Copy Markdown
Member

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

@everett1992

everett1992 commented Jun 28, 2019 via email

Copy link
Copy Markdown
ContributorAuthor

@Trott

Copy link
Copy Markdown
Member

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

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

@TrottTrott closed this Jun 28, 2019
@Trott

Copy link
Copy Markdown
Member

Fixed in bf7edaa

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

async_hooksIssues and PRs related to the async hooks subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@everett1992@richardlau@Trott@nodejs-github-bot