-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Go integration tests are somewhat flaky #992
Comments
srenatus
added a commit
to srenatus/grpc-gateway
that referenced
this issue
Sep 11, 2019
I haven't been able to reproduce grpc-ecosystem#992, but this looks like a likely fix. ;) Signed-off-by: Stephan Renatus <[email protected]>
johanbrandhorst
pushed a commit
that referenced
this issue
Sep 11, 2019
I haven't been able to reproduce #992, but this looks like a likely fix. ;) Signed-off-by: Stephan Renatus <[email protected]>
Fixed in #1039 |
adasari
pushed a commit
to adasari/grpc-gateway
that referenced
this issue
Apr 9, 2020
I haven't been able to reproduce grpc-ecosystem#992, but this looks like a likely fix. ;) Signed-off-by: Stephan Renatus <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This doesn't happen with anything like the regularity of the bazel tests as described in #968, but it is still happening for unrelated changes. See https://circleci.com/gh/grpc-ecosystem/grpc-gateway/3630 for an example test failure:
I think this is a just a race condition on startup, and we might be able to fix it by just introducing a longer sleep on startup.
The text was updated successfully, but these errors were encountered: