Skip to content

datalabeling.label_text_test: test_label_text failed #3711

Closed
@flaky-bot

Description

@flaky-bot

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


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

Test output
Traceback (most recent call last):
  File "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
    return callable_(*args, **kwargs)
  File "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py", line 826, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-8/lib/python3.8/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.INVALID_ARGUMENT
	details = "Could not start a labeling task from an empty dataset."
	debug_error_string = "{"created":"@1588938846.142366282","description":"Error received from peer ipv4:172.217.193.81:443","file":"src/core/lib/surface/call.cc","file_line":1056,"grpc_message":"Could not start a labeling task from an empty dataset.","grpc_status":3}"
>

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

Traceback (most recent call last):
File "/tmpfs/src/github/python-docs-samples/datalabeling/label_text_test.py", line 88, in test_label_text
response = run_sample()
File "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/tmpfs/src/github/python-docs-samples/datalabeling/label_text_test.py", line 85, in run_sample
return label_text.label_text(
File "/tmpfs/src/github/python-docs-samples/datalabeling/label_text.py", line 49, in label_text
response = client.label_text(
File "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/google/cloud/datalabeling_v1beta1/gapic/data_labeling_service_client.py", line 1650, in label_text
operation = self._inner_api_calls["label_text"](
File "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py", line 143, in call
return wrapped_func(*args, **kwargs)
File "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/retry.py", line 281, in retry_wrapped_func
return retry_target(
File "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/retry.py", line 184, in retry_target
return target()
File "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/timeout.py", line 214, in func_with_timeout
return func(*args, **kwargs)
File "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-8/lib/python3.8/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.InvalidArgument: 400 Could not start a labeling task from an empty dataset.

Metadata

Metadata

Assignees

Labels

api: datalabelingIssues related to the AI Platform Data Labeling Service API.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