-
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
cmd/go: TestTestRaceInstall is too slow to run when -short specified #20158
Comments
Even on my new-ish laptop with an SSD, it takes ~15s. Agreed on making it be skipped on |
Thank you @mvdan for support :-), but I doubt you and me could make that decision. Alex |
Oh, sure - was meant as "sounds like a good idea" more than "let's do that". |
SGTM |
CL https://golang.org/cl/42134 mentions this issue. |
@ianlancetaylor my computer says thanks to you. Alex |
I was investigating why running "go test -short cmd/go" is slow on my computer, And I noticed TestTestRaceInstall was added recently. TestTestRaceInstall takes a while to run:
But TestTestRaceInstall is run when -short flag is provided. I wonder if we should skip this test for -short.
Alex
PS: My computer is slow, but it is not slowest in the world.
The text was updated successfully, but these errors were encountered: