Uh oh!
There was an error while loading. Please reload this page.
More gax paging fixes - #1870
Conversation
| response = self._gax_api.publish(topic_path, message_pbs) | ||
| event = self._gax_api.publish(topic_path, message_pbs) | ||
| if not event.is_set(): | ||
| import pdb; pdb.set_trace() |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
tseaver
commented
Jun 20, 2016
@daspecster I've fixed the lint issues with 2f347b8. The coverage gap was actually introduced in #1868: see #1871 for a fix. |
tseaver
commented
Jun 20, 2016
@daspecster I don't know why coveralls shows 100%. When I run /me looks: I don't think coveralls is doing branch coverage. :( |
Looks like it doesn't lemurheavy/coveralls-public#31 |
tseaver
commented
Jun 20, 2016
@daspecster I've rebased against |
Maybe this should be a separate issue, but perhaps we should have travis run the Made an issue for this: #1872 |
daspecster
commented
Jun 20, 2016
This LGTM @tseaver. Just to confirm, setting |
tseaver
commented
Jun 20, 2016
GAX-generated wrappers use |
daspecster
commented
Jun 20, 2016
Ok, let's merge! |
tseaver
commented
Jun 20, 2016
BTW, Travis used to run |
Work toward fixing Pubsub system tests using GAX.
Correcting incomplete fixes in #1855.
Note that
Topic.pullis still problematic (#1869).