Uh oh!
There was an error while loading. Please reload this page.
Re-enable bundling (for consideration) - #1950
Conversation
| result = self._gax_api.publish(topic_path, message_pbs, | ||
| options=options) | ||
| # result = self._gax_api.publish(topic_path, message_pbs, | ||
| # options=options) |
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
Jul 1, 2016
@daspecster Can you try running the $ tox -e system-tests --notest
$ GCLOUD_ENABLE_GAX .tox/system-tests/bin/python \
system_tests/run_system_test.py --package=pubsub |
tseaver
commented
Jul 1, 2016
LGTM once Travis passes, assuming the system tests pass for you with gRPC/GAX enabled. |
daspecster
commented
Jul 1, 2016
I ran it with this... GCLOUD_TESTS_PROJECT_ID=ferrous-arena GOOGLE_APPLICATION_CREDENTIALS=creds.json GCLOUD_ENABLE_GAX=True .tox/system-tests/bin/python system_tests/run_system_test.py --package=pubsub |
tseaver
commented
Jul 1, 2016
tseaver
commented
Jul 1, 2016
LGTM |
tseaver
commented
Jul 1, 2016
@bjwatson Ugh, are you saying that the only change we needed was to set |
bjwatson
commented
Jul 2, 2016
I think so. |
daspecster
commented
Jul 2, 2016
@bjwatson, these are the only references to I'm not sure how the discovery stuff works but, what/how would pick up on the |
bjwatson
commented
Jul 2, 2016
@daspecster The first reference is the one that does the magic: https://github.com/googleapis/gax-python/blob/75fc5bdbbad46ab1d08d30718ef1485ae211eb5b/google/gax/__init__.py#L134 It depends on I'm not sure about Discovery. Are you doing anything with that? It's just generating file-length sample code right now, and not any API surfaces. |
daspecster
commented
Jul 2, 2016
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
The pyarrow.orc module is an optional extension that isn't available internally. Co-authored-by: Chelsea Lin <chelsealin@google.com>
I know this is probably up for debate, I just wanted to learn more about this.
If you guys do want to re-enable this(#1911) I'll make whatever changes are needed!
Or let me know and I'll close this if you want to go in a different direction.