-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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: 78c86ec
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last):
File "/workspace/privateca/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/privateca/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/privateca/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.ABORTED
details = "Too many concurrent edits to the project configuration. Please try again."
debug_error_string = "UNKNOWN:Error received from peer ipv4:209.85.146.95:443 {grpc_message:"Too many concurrent edits to the project configuration. Please try again.", grpc_status:10, created_time:"2023-02-01T13:30:29.376263893+00:00"}"
>
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/workspace/privateca/snippets/test_certificate_authorities.py", line 117, in test_create_monitor_ca_policy
create_ca_monitor_policy(PROJECT)
File "/workspace/privateca/snippets/monitor_certificate_authority.py", line 49, in create_ca_monitor_policy
channel = notificationChannelServiceClient.create_notification_channel(
File "/workspace/privateca/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/cloud/monitoring_v3/services/notification_channel_service/client.py", line 1106, in create_notification_channel
response = rpc(
File "/workspace/privateca/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py", line 113, in call
return wrapped_func(*args, **kwargs)
File "/workspace/privateca/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/timeout.py", line 120, in func_with_timeout
return func(*args, **kwargs)
File "/workspace/privateca/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.Aborted: 409 Too many concurrent edits to the project configuration. Please try again.