-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
cmd/go: when -timeout is the default (10m), pass a nonzero -test.timeout to tests #28147
Labels
FrozenDueToAge
GoCommand
cmd/go
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Comments
bcmills
added
the
NeedsFix
The path to resolution is known, but the work has not been done.
label
Oct 11, 2018
bcmills
changed the title
cmd/go: when -timeout is the default, pass a nonzero -test.timeout to tests
cmd/go: when -timeout is the default (10m), pass a nonzero -test.timeout to tests
Oct 11, 2018
This might make #24774 easier to diagnose. |
okamotoyuki
added a commit
to okamotoyuki/go
that referenced
this issue
Mar 3, 2019
…not given from command line Make 'go test' command to pass the default timeout (10m) to test programs if the value is not given from command line. Fixes golang#28147
Change https://golang.org/cl/164963 mentions this issue: |
okamotoyuki
added a commit
to okamotoyuki/go
that referenced
this issue
Mar 6, 2019
…t is not given from command line Make 'go test' command to pass the default timeout (10m) to test programs even if the value is not given from command line. Fixes golang#28147
okamotoyuki
added a commit
to okamotoyuki/go
that referenced
this issue
Mar 10, 2019
…t is not given from command line Make 'go test' command to pass the default timeout (10m) to test programs even if the value is not given from command line. Fixes golang#28147
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
GoCommand
cmd/go
NeedsFix
The path to resolution is known, but the work has not been done.
In https://go-review.googlesource.com/c/go/+/141218/1/src/cmd/go/go_test.go#133, @ianlancetaylor notes (emphasis mine):
The fact that
-test.timeout
is not passed for the default10m
timeout makes it difficult for the test to fail cleanly if that timeout is reached (see also #28135).The text was updated successfully, but these errors were encountered: