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

Adding retry to test_detect_web_images_from_gcs() system test. #3339

Merged
merged 1 commit into from
May 9, 2017

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Apr 27, 2017

@dhermes dhermes added api: vision Issues related to the Cloud Vision API. build testing labels Apr 27, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 27, 2017
@@ -720,6 +720,7 @@ def test_detect_web_images_from_content(self):
web_images = image.detect_web(limit=limit)
self._assert_web_images(web_images, limit)

@RetryErrors(unittest.TestCase.failureException)

This comment was marked as spam.

This comment was marked as spam.

@dhermes
Copy link
Contributor Author

dhermes commented May 9, 2017

@tseaver PTAL. I made the retry more focused (rather than retrying the entire test case).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: vision Issues related to the Cloud Vision 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.

4 participants