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: avoid IPv6 hostname conflict in windows #7869

Closed
wants to merge 1 commit into from
Closed

test: avoid IPv6 hostname conflict in windows #7869

wants to merge 1 commit into from

Conversation

gireeshpunathil
Copy link
Member

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

windows, cluster

Description of change

The test case test/gc/test-net-timeout.js
fails in Windows due to the mixed-use of unspecified
and loopback addresses. This is not a problem in most
platforms but fails in Windows.

A detailed test report describes the platform differences
(#7728)
and the general direction suggested is to fix the tests
according to their platform specific requirements

The test case test/gc/test-net-timeout.js
fails in Windows due to the mixed-use of unspecified
and loopback addresses. This is not a problem in most
platforms but fails in Windows.

A detailed test report describes the platform differences
(#7728)
and the general direction suggested is to fix the tests
according to their platform specific requirements
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Jul 25, 2016
@mscdex mscdex added net Issues and PRs related to the net subsystem. windows Issues and PRs related to the Windows platform. labels Jul 25, 2016
@gibfahn
Copy link
Member

gibfahn commented Aug 4, 2016

@gireeshpunathil FYI #7781 , judging from #7781 (comment) it looks like there might be other issues with this test that need fixing.

@Trott
Copy link
Member

Trott commented Aug 4, 2016

@nodejs/testing @nodejs/platform-windows

@gibfahn
Copy link
Member

gibfahn commented Jan 23, 2017

Should be fixed by #10854, feel free to reopen if that isn't the case!

@gibfahn gibfahn closed this Jan 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
net Issues and PRs related to the net subsystem. test Issues and PRs related to the tests. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants