-
Notifications
You must be signed in to change notification settings - Fork 6.7k
container.snippets.delete_cluster_test: test_delete_clusters failed #8485
Copy link
Copy link
Closed
Labels
api: containerIssues related to the Kubernetes Engine API API.Issues related to the Kubernetes Engine API API.flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
api: containerIssues related to the Kubernetes Engine API API.Issues related to the Kubernetes Engine API API.flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the
flakybot: quietlabel andI will stop commenting.
commit: 8501411
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last): File "/workspace/container/snippets/.nox/py-3-9/lib/python3.9/site-packages/google/api_core/grpc_helpers.py", line 72, in error_remapped_callable return callable_(*args, **kwargs) File "/workspace/container/snippets/.nox/py-3-9/lib/python3.9/site-packages/grpc/_channel.py", line 946, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/workspace/container/snippets/.nox/py-3-9/lib/python3.9/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.PERMISSION_DENIED details = "Insufficient regional quota to satisfy request: resource "CPUS": request requires '4.0' and is short '4.0'. project has a quota of '200.0' with '0.0' available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=python-docs-samples-tests." debug_error_string = "UNKNOWN:Error received from peer ipv4:74.125.142.95:443 {grpc_message:"Insufficient regional quota to satisfy request: resource \"CPUS\": request requires \'4.0\' and is short \'4.0\'. project has a quota of \'200.0\' with \'0.0\' available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=python-docs-samples-tests.", grpc_status:7, created_time:"2022-11-10T13:13:36.071237272+00:00"}" >The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/workspace/container/snippets/delete_cluster_test.py", line 42, in setup_and_tear_down
op = client.create_cluster({"parent": cluster_location, "cluster": cluster_def})
File "/workspace/container/snippets/.nox/py-3-9/lib/python3.9/site-packages/google/cloud/container_v1/services/cluster_manager/client.py", line 836, in create_cluster
response = rpc(
File "/workspace/container/snippets/.nox/py-3-9/lib/python3.9/site-packages/google/api_core/gapic_v1/method.py", line 154, in call
return wrapped_func(*args, **kwargs)
File "/workspace/container/snippets/.nox/py-3-9/lib/python3.9/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.PermissionDenied: 403 Insufficient regional quota to satisfy request: resource "CPUS": request requires '4.0' and is short '4.0'. project has a quota of '200.0' with '0.0' available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=python-docs-samples-tests.