-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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/test: caching test results takes 50 seconds #35801
Comments
Before: 70 seconds, after: 20 seconds. See golang/go#35801
That |
Both of those seem like symptoms of an unusually slow filesystem. @rillig, what kind of disk is your |
@bcmills The |
@rillig I don't have Cygwin. I tried guessing your repro, but failed
Alex |
Closing old issues that still have the WaitingForInfo label where enough details to investigate weren't provided. Feel free to leave a comment with more details and we can reopen. |
What version of Go are you using (
go version
)?go version go1.13.1 windows/amd64
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputThe last line of the above output looks interesting in itself.
What did you do?
What did you expect to see?
Caching the test results needs less than a second.
What did you see instead?
Caching the test results takes much longer than running the test.
It doesn't matter whether I run the tests from within
cmd.exe
or Cygwin.The text was updated successfully, but these errors were encountered: