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

internal/testing/setup: fix gRPC hang on replay #1159

Merged
merged 4 commits into from
Jan 23, 2019
Merged

Conversation

jba
Copy link
Contributor

@jba jba commented Jan 23, 2019

As of v1.18.0, the grpc package will hang when WithBlock is true and
the server it is connected to is not a true gRPC server.

This PR fixes that by creating a real server. It also updates go.mod
to use the latest grpc package.

As of v1.18.0, the grpc package will hang when WithBlock is true and
the server it is connected to is not a true gRPC server.
@jba jba requested a review from vangent January 23, 2019 20:19
@googlebot googlebot added the cla: yes Google CLA has been signed! label Jan 23, 2019
Copy link
Contributor

@vangent vangent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests are failing, need to update proxy.

@jba jba merged commit 9281ad8 into google:master Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA has been signed!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants