-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Isolating Connection objects in _http modules (where relevant). #3057
Isolating Connection objects in _http modules (where relevant). #3057
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending Travis/Circle.
@daspecster Thanks but you are bit quick on the draw. The work-in-progress bit means more changes will be coming. |
a6375d8
to
ee24838
Compare
Sorry, I thought that meant this was one PR of n-PRs. |
Holding off on |
3dfea5c
to
7e29a3d
Compare
@daspecster @lukesneeringer PTAL this is ready for review |
This actually required a much more comprehensive set of unit test changes than expected. Also incorporated a change from googleapis#3057 (which slipped through due to overly broad mocks).
This LGTM. |
This actually required a much more comprehensive set of unit test changes than expected. Also incorporated a change from googleapis#3057 (which slipped through due to overly broad mocks).
…lient Isolating Connection objects in _http modules (where relevant).
This actually required a much more comprehensive set of unit test changes than expected. Also incorporated a change from googleapis#3057 (which slipped through due to overly broad mocks).
This is a work-in-progress for now, but
vision
andspeech
are done. Will also be doinglogging
,pubsub
and maybeerror_reporting
.FWIW, this is a result of me working on #2746.