golang/go
View on GitHubnet: TestTCPServer/tcp4_:0<-127.0.0.1 failures on Windows with `EOF` (and no other output)
Open
#52,926 opened on May 16, 2022
NeedsInvestigationOS-Windowshelp wanted
Repository metrics
- Stars
- (133,883 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
--- FAIL: TestTCPServer (0.02s)
--- FAIL: TestTCPServer/tcp4_:0<-127.0.0.1 (0.00s)
server_test.go:113: #19: EOF
FAIL
FAIL net 54.788s
greplogs -l -e 'FAIL: TestTCPServer .*(?:\n[ ]+.*)* EOF'
2022-05-13T21:00:31-e755a56/windows-amd64-longtest
2019-11-07T02:33:31-198f045/windows-amd64-longtest
Probably a good first step would be to update this test to log more information about what's going on (per https://go.dev/wiki/CodeReviewComments#useful-test-failures), although given the low rate of occurrence it may be a while before we get another hit. 😅
(CC @ianlancetaylor @neild @golang/windows)