-
Notifications
You must be signed in to change notification settings - Fork 14
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
Testing sometimes hangs #36
Comments
I managed to reproduce it with (normally it takes around 30s for testing on my machine): while GOFLAGS="-timeout=1m -count=1" make test; do :; done |
Hm looks like there is some non-deterministic issue when shutting down the gRPC transport after the actual test finishes. I saw it before and I thought I had fixed it, but apparently I didn't. |
I think I got it. |
Sometimes
make test
hangs, e.g. here.The text was updated successfully, but these errors were encountered: