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

pubsub/gcppubsub: tests hang after upgrade to grpc v1.18.0 #1151

Closed
vangent opened this issue Jan 22, 2019 · 2 comments
Closed

pubsub/gcppubsub: tests hang after upgrade to grpc v1.18.0 #1151

vangent opened this issue Jan 22, 2019 · 2 comments
Assignees
Milestone

Comments

@vangent
Copy link
Contributor

vangent commented Jan 22, 2019

To reproduce:

  1. Check out from HEAD.
  2. go get google.golang.org/grpc@v1.18.0
  3. cd pubsub/gcppubsub
  4. go test

-> hang

  1. go get google.golang.org/grpc@v1.15.0
  2. go test

-> works

@vangent vangent added this to the Sprint 22 milestone Jan 22, 2019
This was referenced Jan 22, 2019
@jba
Copy link
Contributor

jba commented Jan 23, 2019

I filed grpc/grpc-go#2592.

@jba
Copy link
Contributor

jba commented Jan 23, 2019

Fixed by #1159.

@jba jba closed this as completed Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants