-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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: TestLookupGmailTXT failing on Plan 9 #29722
Comments
This is related to issue #22857. |
The Plan 9 DNS resolver (ndb/dns) only returns a single TXT record, so the TXT request on gmail.com returns either the SPF or the S/MIME record depending on the machine on which ndb/dns is run.
|
Change https://golang.org/cl/157737 mentions this issue: |
CL 157638 updated TestLookupGmailTXT. However, this test is failing on Plan 9, because the DNS resolver (ndb/dns) only returns a single TXT record. Updates #29722. Change-Id: I01cd94e6167902361c3f5d615868f6f763a31fb1 Reviewed-on: https://go-review.googlesource.com/c/157737 Run-TryBot: David du Colombier <0intro@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Update: 9front can return multiple txt records, but there is a bug with caching. You lose the SPF record after it expires.
@gopherbot please add label OS-Plan9 |
Confirmed, the multiple txt records work on 9front. I can't reproduce the SPF record going missing; it may have been fixed in (https://git.9front.org/plan9front/plan9front/df66e62842f020b558f556a0df05135d96b5908b/commit.html). In the future, it would be helpful to get system bug reports sent to 9front@9front.org |
Since CL 157638, TestLookupGmailTXT is failing on Plan 9.
See https://build.golang.org/log/10777f5ddff9d26836ac135c8c451166efa529ca
The text was updated successfully, but these errors were encountered: