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

cmd/go: builtin test timeout conflicts with -count #37856

Closed
dvyukov opened this issue Mar 14, 2020 · 2 comments
Closed

cmd/go: builtin test timeout conflicts with -count #37856

dvyukov opened this issue Mar 14, 2020 · 2 comments

Comments

@dvyukov
Copy link
Member

dvyukov commented Mar 14, 2020

$ go test -count=100000 fmt
SIGQUIT: quit
PC=0x459371 m=0 sigcode=0
...
*** Test killed with quit: ran too long (10m0s).
FAIL	fmt	600.023s

Hit on my package with just -count=10 (tests runs for longer). I would expect this to not fail (should finish in 15 mins or so).

go version go1.12 linux/amd64

@ALTree
Copy link
Member

ALTree commented Mar 14, 2020

See #12446 and #17337.

@dvyukov
Copy link
Member Author

dvyukov commented Mar 14, 2020

dup of #12446

@dvyukov dvyukov closed this as completed Mar 14, 2020
@golang golang locked and limited conversation to collaborators Mar 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants