-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Description
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.
commit: 07e8b81
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last):
File "/workspace/dataproc/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py", line 72, in error_remapped_callable
return callable_(*args, **kwargs)
File "/workspace/dataproc/snippets/.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py", line 946, in __call__
return _end_unary_response_blocking(state, call, False, None)
File "/workspace/dataproc/snippets/.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py", line 849, in _end_unary_response_blocking
raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.FAILED_PRECONDITION
details = "Cannot delete cluster 'py-qs-test-7f7e0517-d430-4c13-9732-f3783dd0cd3b' while it has other pending delete operations."
debug_error_string = "UNKNOWN:Error received from peer ipv4:173.194.203.95:443 {created_time:"2022-11-30T13:12:53.478567428+00:00", grpc_status:9, grpc_message:"Cannot delete cluster \'py-qs-test-7f7e0517-d430-4c13-9732-f3783dd0cd3b\' while it has other pending delete operations."}"
>
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/workspace/dataproc/snippets/quickstart/quickstart_test.py", line 75, in cluster
cluster_client.delete_cluster(
File "/workspace/dataproc/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/cloud/dataproc_v1/services/cluster_controller/client.py", line 1156, in delete_cluster
response = rpc(
File "/workspace/dataproc/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py", line 154, in call
return wrapped_func(*args, **kwargs)
File "/workspace/dataproc/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/retry.py", line 283, in retry_wrapped_func
return retry_target(
File "/workspace/dataproc/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/retry.py", line 190, in retry_target
return target()
File "/workspace/dataproc/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py", line 74, in error_remapped_callable
raise exceptions.from_grpc_error(exc) from exc
google.api_core.exceptions.FailedPrecondition: 400 Cannot delete cluster 'py-qs-test-7f7e0517-d430-4c13-9732-f3783dd0cd3b' while it has other pending delete operations.