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: flaky TestUnixAndUnixpacketServer #13205

Closed
bradfitz opened this issue Nov 11, 2015 · 3 comments
Closed

net: flaky TestUnixAndUnixpacketServer #13205

bradfitz opened this issue Nov 11, 2015 · 3 comments
Labels
FrozenDueToAge Testing An issue that has been verified to require only test changes, not just a test failure.

Comments

@bradfitz
Copy link
Contributor

Fix this flaky test:

http://build.golang.org/log/c1ce49888891e1022cdd9eacfb765eb0ce497562

--- FAIL: TestUnixAndUnixpacketServer (0.00s)
    server_test.go:195: #3: EOF
FAIL
FAIL    net 1.989s

@mikioh, care to look into it?
@aclements, is it easy for you to compute stats on this flakiness?

@bradfitz bradfitz added the Testing An issue that has been verified to require only test changes, not just a test failure. label Nov 11, 2015
@aclements
Copy link
Member

@aclements, is it easy for you to compute stats on this flakiness?

Very! But they're not very interesting. It appears this is the only time this has happened.

$ findflakes -grep TestUnixAndUnixpacketServer
First observed 2fdff95 10 Nov 20:22 2015 (12 commits ago)
Last observed 2fdff95 10 Nov 20:22 2015 (12 commits ago)
Isolated failure
No known past failures

@rsc
Copy link
Contributor

rsc commented Dec 28, 2015

Only happened once, so maybe not worth it / not possible to figure out.

@rsc rsc closed this as completed Dec 28, 2015
@golang golang locked and limited conversation to collaborators Dec 29, 2016
@cherrymui
Copy link
Member

Saw one in a trybot failure https://storage.googleapis.com/go-build-log/31bf88a3/linux-amd64_d97e4f3d.log
in CL https://go-review.googlesource.com/c/38131/. The CL itself is unrelated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

5 participants