Skip to content

appengine.flexible.tasks.snippets_test: test_create_task_with_data failed #3984

@flaky-bot

Description

@flaky-bot

This test failed!

To configure my behavior, see the Build Cop Bot documentation.

If I'm commenting on this issue too often, add the buildcop: quiet label and
I will stop commenting.


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

Test output
Traceback (most recent call last):
  File "/workspace/appengine/flexible/tasks/.nox/py-3-7/lib/python3.7/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-7/lib/python3.7/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-7/lib/python3.7/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.FAILED_PRECONDITION
	details = "Queue does not exist."
	debug_error_string = "{"created":"@1591387470.422067038","description":"Error received from peer ipv4:173.194.197.95:443","file":"src/core/lib/surface/call.cc","file_line":1056,"grpc_message":"Queue does not exist.","grpc_status":9}"
>

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 60, in test_create_task_with_data
TEST_PROJECT_ID, TEST_LOCATION, QUEUE_NAME_1)
File "/workspace/appengine/flexible/tasks/snippets.py", line 145, in create_tasks_with_data
response = client.create_task(parent, task1)
File "/workspace/appengine/flexible/tasks/.nox/py-3-7/lib/python3.7/site-packages/google/cloud/tasks_v2/gapic/cloud_tasks_client.py", line 1508, in create_task
request, retry=retry, timeout=timeout, metadata=metadata
File "/workspace/appengine/flexible/tasks/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/gapic_v1/method.py", line 143, in call
return wrapped_func(*args, **kwargs)
File "/workspace/appengine/flexible/tasks/.nox/py-3-7/lib/python3.7/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-7/lib/python3.7/site-packages/google/api_core/retry.py", line 184, in retry_target
return target()
File "/workspace/appengine/flexible/tasks/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/timeout.py", line 214, in func_with_timeout
return func(*args, **kwargs)
File "/workspace/appengine/flexible/tasks/.nox/py-3-7/lib/python3.7/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.FailedPrecondition: 400 Queue does not exist.

Metadata

Metadata

Assignees

Labels

priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions