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

net: some Windows DNS tests rely on CNAME flattening #40887

Open
zhangyoufu opened this issue Aug 19, 2020 · 3 comments
Open

net: some Windows DNS tests rely on CNAME flattening #40887

zhangyoufu opened this issue Aug 19, 2020 · 3 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows
Milestone

Comments

@zhangyoufu
Copy link
Contributor

Does this issue reproduce with the latest release?

Yes

What did you do?

go test -v net

What did you expect to see?

Test pass.

What did you see instead?

=== RUN   TestNSLookupMX
--- FAIL: TestNSLookupMX (0.04s)
    lookup_windows_test.go:37: no results

Comment

When I set Google DNS (8.8.8.8) as my DNS server, the test passed.
When I set OpenDNS (208.67.220.220) as my DNS server, the test failed.
Theses tests should not rely on whether CNAME flattening is available on a recursive DNS resolver.

@networkimprov
Copy link

@gopherbot add OS-Windows

cc @alexbrainman

@cagedmantis cagedmantis added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Aug 24, 2020
@cagedmantis cagedmantis added this to the Backlog milestone Aug 24, 2020
@cagedmantis
Copy link
Contributor

/cc @mikioh

@networkimprov
Copy link

cc @ianlancetaylor since mikioh is no longer active on the issue tracker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows
Projects
None yet
Development

No branches or pull requests

4 participants