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

Fix GAX logging system tests #1952

Merged
merged 6 commits into from
Jul 6, 2016
Merged

Fix GAX logging system tests #1952

merged 6 commits into from
Jul 6, 2016

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Jul 1, 2016

Logging system tests now pass both with GCLOUD_ENABLE_GAX and without it.

The _retry_backoff function added in 3a3613e may help toward #1619.

@tseaver tseaver added testing api: logging Issues related to the Cloud Logging API. labels Jul 1, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 1, 2016
@@ -33,6 +33,32 @@
TOPIC_NAME = 'gcloud-python-system-testing%s' % (_RESOURCE_ID,)


def _retry_backoff(result_predicate, meth, *args, **kw):
from grpc.beta.interfaces import StatusCode

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@tseaver
Copy link
Contributor Author

tseaver commented Jul 6, 2016

@daspecster I added the missing continue in 6ffe88d. Any remaining issues?

@daspecster
Copy link
Contributor

LGTM!

@tseaver tseaver merged commit 771bc7a into googleapis:master Jul 6, 2016
@tseaver tseaver deleted the logging-fix_gax_system_tests branch July 6, 2016 19:09
This was referenced Aug 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: logging Issues related to the Cloud Logging API. cla: yes This human has signed the Contributor License Agreement. testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants