| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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() |
|
@daspecster I've fixed the lint issues with 2f347b8. The coverage gap was actually introduced in #1868: see #1871 for a fix. |
Sorry, something went wrong.
|
@daspecster I don't know why coveralls shows 100%. When I run tox -e cover locally, it shows a missing branch from line 206 -> exit of gcloud/test__helpers.py: that is what led me to #1871. /me looks: I don't think coveralls is doing branch coverage. :( |
Sorry, something went wrong.
|
Looks like it doesn't lemurheavy/coveralls-public#31 |
Sorry, something went wrong.
|
@daspecster I've rebased against master after merging #1871. |
Sorry, something went wrong.
|
Maybe this should be a separate issue, but perhaps we should have travis run the cover task separately with the coveralls task? Made an issue for this: #1872 |
Sorry, something went wrong.
|
This LGTM @tseaver. Just to confirm, setting page_size = 0, the cloud side will just return whatever their max is for page_size? Or should it be None? |
Sorry, something went wrong.
GAX-generated wrappers use 0 as the default for page_size. |
Sorry, something went wrong.
|
Ok, let's merge! |
Sorry, something went wrong.
|
BTW, Travis used to run cover: we dropped it to allow the initial run to complete more quickly (a false economy, maybe). |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Work toward fixing Pubsub system tests using GAX.
Correcting incomplete fixes in #1855.
Note that Topic.pull is still problematic (#1869).