-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
database/sql: TestPendingConnsAfterErr flaky on darwin/arm64 #15684
Comments
Here's a similar recent trace from freebsd/arm: https://build.golang.org/log/372776e543edae8bfda51d2ec70146a943eb71b6 |
CL https://golang.org/cl/24550 mentions this issue. |
Happened again at https://storage.googleapis.com/go-build-log/44200ef6/freebsd-386-gce101_566a8190.log via https://golang.org/cl/27200 trybot failure |
@kardianos, maybe you can take a look at this too? (if you don't have enough on your plate) But I figure all this stuff is currently more in your head than mine. |
@bradfitz I'll look into this shortly. Thanks. |
I'm able to reproduce this. By adding the following:
It reliably fails with My assumption is that we are seeing the failures on slower machines that have slightly different scheduler patterns due to load. I'll look into updating the test soon. |
CL https://golang.org/cl/33418 mentions this issue. |
darwin/arm64 regularly fails with:
--- FAIL: TestPendingConnsAfterErr (0.01s)
FAIL
Process 279 exited with status = 1 (0x00000001)
go_darwin_arm_exec: exited (test completion: exit status 253)
FAIL database/sql 29.053s
Some builder logs:
https://build.golang.org/log/c3fae67a950cd6415bf39ccece80799814852c80
https://build.golang.org/log/fcb2c8b603b28d81ec5ab6ccba4bd12b4da28bce
The text was updated successfully, but these errors were encountered: