Open
Description
#!watchflakes
default <- builder ~ `(gotip|go1\.\d\d)-darwin-amd64` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || `command exceeded time limit` || status == "ABORT")
Go version
Output of go env
in your module/workspace:
N/A
What did you do?
Check status of https://ci.chromium.org/p/golang/g/go-gotip/console.
What did you see happen?
Multiple failures involving timeouts on the darwin-amd64_13
builder:
What did you expect to see?
No timeouts: go test -short cmd/go
takes <20s to run locally, so either the builders should be faster, or they should set a GO_TEST_TIMEOUT_SCALE
that is long enough to reliably run the tests.
The only timeouts on the builders should be for (a) true deadlocks, and (b) tests that take a similarly long time (approaching 3 minutes) when run locally.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Active
Status
Planned