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: TestUDPServer failure on windows-amd64-2016 #54599

Open
bcmills opened this issue Aug 22, 2022 · 0 comments
Open

net: TestUDPServer failure on windows-amd64-2016 #54599

bcmills opened this issue Aug 22, 2022 · 0 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

@bcmills
Copy link
Contributor

bcmills commented Aug 22, 2022

--- FAIL: TestUDPServer (0.00s)
    server_test.go:255: skipping udp :0<-127.0.0.1 test
    server_test.go:255: skipping udp 0.0.0.0:0<-127.0.0.1 test
    server_test.go:255: skipping udp [::ffff:0.0.0.0]:0<-127.0.0.1 test
    server_test.go:255: skipping udp [::]:0<-::1 test
    server_test.go:255: skipping udp :0<-::1 test
    server_test.go:255: skipping udp 0.0.0.0:0<-::1 test
    server_test.go:255: skipping udp [::ffff:0.0.0.0]:0<-::1 test
    server_test.go:255: skipping udp [::]:0<-127.0.0.1 test
    server_test.go:255: skipping udp :0<-127.0.0.1 test
    server_test.go:255: skipping udp 0.0.0.0:0<-127.0.0.1 test
    server_test.go:255: skipping udp [::ffff:0.0.0.0]:0<-127.0.0.1 test
    server_test.go:255: skipping udp [::]:0<-::1 test
    server_test.go:255: skipping udp :0<-::1 test
    server_test.go:255: skipping udp 0.0.0.0:0<-::1 test
    server_test.go:255: skipping udp [::ffff:0.0.0.0]:0<-::1 test
    server_test.go:255: skipping udp [::]:0<-127.0.0.1 test
    server_test.go:308: #17: read 0; want 15
    server_test.go:255: skipping udp4 :0<-127.0.0.1 test
    server_test.go:255: skipping udp4 0.0.0.0:0<-127.0.0.1 test
    server_test.go:255: skipping udp4 [::ffff:0.0.0.0]:0<-127.0.0.1 test
    server_test.go:255: skipping udp6 :0<-::1 test
    server_test.go:255: skipping udp6 [::]:0<-::1 test
FAIL
FAIL	net	26.769s

Probably a good place to start would be to bring the test logs in line with https://go.dev/wiki/CodeReviewComments#useful-test-failures. 😅

greplogs -l -e 'FAIL: TestUDPServer' --since=2022-08-11
2022-08-11T20:16:37-502b605/windows-amd64-2016

(CC @ianlancetaylor @neild @golang/windows)

@bcmills bcmills added OS-Windows NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Aug 22, 2022
@bcmills bcmills added this to the Backlog milestone Aug 22, 2022
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

1 participant