Thanks to visit codestin.com
Credit goes to github.com

Skip to content

appengine.flexible.tasks.snippets_test: test_delete_task failed #4653

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 Sep 9, 2020 · 1 comment · Fixed by #4664
Closed

appengine.flexible.tasks.snippets_test: test_delete_task failed #4653

flaky-bot bot opened this issue Sep 9, 2020 · 1 comment · Fixed by #4664
Assignees
Labels
api: appengine Issues related to the App Engine Admin API API. 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 Sep 9, 2020

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


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

Test output
Traceback (most recent call last):
  File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
    return callable_(*args, **kwargs)
  File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/grpc/_channel.py", line 826, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/grpc/_channel.py", line 729, in _end_unary_response_blocking
    raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.NOT_FOUND
	details = "Requested entity was not found."
	debug_error_string = "{"created":"@1599642300.239275692","description":"Error received from peer ipv4:74.125.142.95:443","file":"src/core/lib/surface/call.cc","file_line":1061,"grpc_message":"Requested entity was not found.","grpc_status":5}"
>

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

Traceback (most recent call last):
File "/workspace/appengine/flexible/tasks/snippets_test.py", line 76, in test_delete_task
TEST_PROJECT_ID, TEST_LOCATION, QUEUE_NAME_1)
File "/workspace/appengine/flexible/tasks/snippets.py", line 188, in delete_task
response = client.delete_task(name=task_path)
File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/tasks_v2/services/cloud_tasks/client.py", line 1727, in delete_task
request, retry=retry, timeout=timeout, metadata=metadata,
File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/gapic_v1/method.py", line 145, in call
return wrapped_func(*args, **kwargs)
File "/workspace/appengine/flexible/tasks/.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 "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py", line 184, in retry_target
return target()
File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/grpc_helpers.py", line 59, in error_remapped_callable
six.raise_from(exceptions.from_grpc_error(exc), exc)
File "", line 3, in raise_from
google.api_core.exceptions.NotFound: 404 Requested entity was not found.

@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 Sep 9, 2020
@product-auto-label product-auto-label bot added api: appengine Issues related to the App Engine Admin API API. samples Issues that are directly related to samples. labels Sep 9, 2020
@flaky-bot
Copy link
Author

flaky-bot bot commented Sep 10, 2020

commit: 5e8ac2b
buildURL: Build Status, Sponge
status: failed

Test output
Traceback (most recent call last):
  File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
    return callable_(*args, **kwargs)
  File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/grpc/_channel.py", line 826, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/grpc/_channel.py", line 729, in _end_unary_response_blocking
    raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.NOT_FOUND
	details = "Requested entity was not found."
	debug_error_string = "{"created":"@1599728624.137979082","description":"Error received from peer ipv4:74.125.142.95:443","file":"src/core/lib/surface/call.cc","file_line":1061,"grpc_message":"Requested entity was not found.","grpc_status":5}"
>

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

Traceback (most recent call last):
File "/workspace/appengine/flexible/tasks/snippets_test.py", line 76, in test_delete_task
TEST_PROJECT_ID, TEST_LOCATION, QUEUE_NAME_1)
File "/workspace/appengine/flexible/tasks/snippets.py", line 188, in delete_task
response = client.delete_task(name=task_path)
File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/tasks_v2/services/cloud_tasks/client.py", line 1727, in delete_task
request, retry=retry, timeout=timeout, metadata=metadata,
File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/gapic_v1/method.py", line 145, in call
return wrapped_func(*args, **kwargs)
File "/workspace/appengine/flexible/tasks/.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 "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py", line 184, in retry_target
return target()
File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/grpc_helpers.py", line 59, in error_remapped_callable
six.raise_from(exceptions.from_grpc_error(exc), exc)
File "", line 3, in raise_from
google.api_core.exceptions.NotFound: 404 Requested entity was not found.

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

Successfully merging a pull request may close this issue.

1 participant