Skip to content

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

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 May 19, 2020 · 2 comments
Closed

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

flaky-bot bot opened this issue May 19, 2020 · 2 comments
Assignees
Labels
api: dialogflow Issues related to the Dialogflow API. 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 19, 2020

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


commit: 17aff26
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 120.0s exceeded while calling functools.partial(<bound method PollingFuture._done_or_raise of <google.api_core.operation.Operation object at 0x7f7d61d6cf98>>), 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 54, 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=120)
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 19, 2020
@tmatsuo tmatsuo assigned tmatsuo and unassigned busunkim96 May 19, 2020
@tmatsuo tmatsuo added the api: dialogflow Issues related to the Dialogflow API. label May 19, 2020
@tmatsuo
Copy link
Contributor

tmatsuo commented May 19, 2020

It's constantly failing locally.

@tmatsuo
Copy link
Contributor

tmatsuo commented May 20, 2020

Now it's passing. I assume this is a temporary backend issue, closing.

@tmatsuo tmatsuo closed this as completed May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: dialogflow Issues related to the Dialogflow API. 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

No branches or pull requests

2 participants