-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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: TestDNSNameLength panics when running it alone #56542
Labels
Comments
It does not panic when I run these two tests in a row:
|
It probably happens because we modify the shared variable here: go/src/net/dnsconfig_unix_test.go Lines 177 to 182 in 2af48cb
|
Change https://go.dev/cl/447198 mentions this issue: |
romaindoumenc
pushed a commit
to TroutSoftware/go
that referenced
this issue
Nov 3, 2022
Fixes golang#56542 Change-Id: I294856f8fb4d49393310ec92ab40fb7d841b6570 GitHub-Last-Rev: a456340 GitHub-Pull-Request: golang#56545 Reviewed-on: https://go-review.googlesource.com/c/go/+/447198 Reviewed-by: Bryan Mills <[email protected]> Run-TryBot: Bryan Mills <[email protected]> Auto-Submit: Bryan Mills <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While running
go test net
I don't get any failures, but when I only run the TestDNSNameLength, it panics.The text was updated successfully, but these errors were encountered: