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

x/sys/unix: TestPselect failures due to shorter-than-expected timeout #42210

Closed
bcmills opened this issue Oct 26, 2020 · 1 comment
Closed

x/sys/unix: TestPselect failures due to shorter-than-expected timeout #42210

bcmills opened this issue Oct 26, 2020 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Linux
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Oct 26, 2020

--- FAIL: TestPselect (0.00s)
    syscall_linux_test.go:244: Pselect interrupted after 126.458µs
    syscall_linux_test.go:256: Pselect: timeout should have been at least 2.5ms, got 2.471501ms
FAIL
FAIL	golang.org/x/sys/unix	0.572s

2020-10-22T20:17:47-fb209a7/linux-amd64-nocgo
2020-09-28T20:51:50-006507a/linux-ppc64-buildlet
2020-09-05T00:46:54-be1d343/linux-386
2020-01-24T20:44:21-9fbb57f/linux-s390x-ibm

See previously #35555.

CC @tklauser @ianlancetaylor @bradfitz

@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Oct 26, 2020
@gopherbot gopherbot added this to the Unreleased milestone Oct 26, 2020
@gopherbot
Copy link

Change https://golang.org/cl/265020 mentions this issue: unix: add margin to expected timeout in TestPselect on linux

@golang golang locked and limited conversation to collaborators Oct 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Linux
Projects
None yet
Development

No branches or pull requests

2 participants