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

os: TestReadWriteDeadlineRace failure on linux-amd64-clang builder #35741

Open
bcmills opened this issue Nov 21, 2019 · 1 comment
Open

os: TestReadWriteDeadlineRace failure on linux-amd64-clang builder #35741

bcmills opened this issue Nov 21, 2019 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Nov 21, 2019

There was a single failure of TestReadWriteDeadlineRace on the linux-amd64-clang builder at head:

--- FAIL: TestReadWriteDeadlineRace (0.00s)
    timeout_test.go:498: Read returned non-timeout error read |0: not pollable
FAIL
FAIL	os	0.638s

I've only seen this failure once, but recording it here in case it becomes a pattern.

2019-11-20T22:38:34-39a9cb4/linux-amd64-clang

CC @ianlancetaylor

@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 21, 2019
@bcmills bcmills added this to the Unplanned milestone Nov 21, 2019
@ianlancetaylor
Copy link
Contributor

This means that epoll returned EPOLLERR as an event for the file descriptor in question. I don't really see how that is possible here.

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.
Projects
None yet
Development

No branches or pull requests

2 participants