Skip to content

video.cloud-client.analyze.beta_snippets_test: test_detect_text failed #4554

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

Closed
flaky-bot bot opened this issue Aug 26, 2020 · 1 comment
Closed

video.cloud-client.analyze.beta_snippets_test: test_detect_text failed #4554

flaky-bot bot opened this issue Aug 26, 2020 · 1 comment
Assignees
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Aug 26, 2020

Note: #3344 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: d1dfc72
buildURL: Build Status, Sponge
status: failed

Test output
Traceback (most recent call last):
  File "/workspace/video/cloud-client/analyze/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/retry.py", line 184, in retry_target
    return target()
  File "/workspace/video/cloud-client/analyze/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/future/polling.py", line 84, in _done_or_raise
    raise _OperationNotComplete()
google.api_core.future.polling._OperationNotComplete

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/workspace/video/cloud-client/analyze/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/future/polling.py", line 104, in blocking_poll
retry
(self._done_or_raise)()
File "/workspace/video/cloud-client/analyze/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/retry.py", line 281, in retry_wrapped_func
return retry_target(
File "/workspace/video/cloud-client/analyze/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/retry.py", line 199, in retry_target
six.raise_from(
File "", line 3, in raise_from
google.api_core.exceptions.RetryError: Deadline of 300.0s exceeded while calling functools.partial(<bound method PollingFuture._done_or_raise of <google.api_core.operation.Operation object at 0x7f846802b7f0>>), last exception:

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/workspace/video/cloud-client/analyze/beta_snippets_test.py", line 127, in test_detect_text
beta_snippets.video_detect_text(in_file)
File "/workspace/video/cloud-client/analyze/beta_snippets.py", line 169, in video_detect_text
result = operation.result(timeout=300)
File "/workspace/video/cloud-client/analyze/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/future/polling.py", line 125, in result
self._blocking_poll(timeout=timeout)
File "/workspace/video/cloud-client/analyze/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/future/polling.py", line 106, in _blocking_poll
raise concurrent.futures.TimeoutError(
concurrent.futures._base.TimeoutError: Operation did not complete within the designated timeout.

@flaky-bot flaky-bot bot added buildcop: issue priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Aug 26, 2020
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Aug 26, 2020
@busunkim96
Copy link
Contributor

As in #4395, we expect some flakiness in this test. The last failure was a month ago. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant