-
Notifications
You must be signed in to change notification settings - Fork 18k
misc/cgo/test: flaky test: TestParallelSleep #5480
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
Labels
Comments
i agree. let's try once more, if it's still flaky, let's skip the test in -short mode and use -short mode for run.bash. ok? could we record and compare the start time of the sleep rather than the end time of the sleep? because we ultimately concerns about starting the two sleeps concurrently rather than serially so comparing start time might be more reliable than end time. |
https://golang.org/cl/9475043 Owner changed to @minux. Status changed to Started. |
This issue was closed by revision af1dd56. Status changed to Fixed. |
# ..\misc\cgo\test --- FAIL: TestParallelSleep (1.03 seconds) basic.go:563: difference in start time for two sleep(1) is 36757h25m57.1 58s basic.go:568: parallel 1-second sleeps slept for 132326757.158000 second s FAIL scatter = 0049863F hello from C FAIL _/D_/golang/misc/cgo/test 1.844s |
just for the record, failure in #7 is actually another real bug, see issue #5603. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: