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

dialogflow.cloud-client.create_document_test: test_create_document failed #3672

Closed
flaky-bot bot opened this issue May 2, 2020 · 1 comment · Fixed by #3671
Closed

dialogflow.cloud-client.create_document_test: test_create_document failed #3672

flaky-bot bot opened this issue May 2, 2020 · 1 comment · Fixed by #3671
Assignees
Labels
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.

Comments

@flaky-bot
Copy link

flaky-bot bot commented May 2, 2020

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


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

Test output
Traceback (most recent call last):
  File "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py", line 184, in retry_target
    return target()
  File "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/.nox/py-3-6/lib/python3.6/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 "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/future/polling.py", line 104, in blocking_poll
retry
(self._done_or_raise)()
File "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py", line 286, in retry_wrapped_func
on_error=on_error,
File "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py", line 206, in retry_target
last_exc,
File "", line 3, in raise_from
google.api_core.exceptions.RetryError: Deadline of 90.0s exceeded while calling functools.partial(<bound method PollingFuture._done_or_raise of <google.api_core.operation.Operation object at 0x7effe2d8ac18>>), last exception:

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/create_document_test.py", line 53, in test_create_document
'text/html', 'FAQ', 'https://cloud.google.com/storage/docs/faq')
File "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/document_management.py", line 63, in create_document
document = response.result(timeout=90)
File "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/future/polling.py", line 125, in result
self._blocking_poll(timeout=timeout)
File "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/future/polling.py", line 107, in _blocking_poll
"Operation did not complete within the designated " "timeout."
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 May 2, 2020
@flaky-bot
Copy link
Author

flaky-bot bot commented May 2, 2020

Looks like this issue is flaky. 😟

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (af91571), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

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. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants