-
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: e164d8b
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last):
File "/workspace/dlp/snippets/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py", line 72, in error_remapped_callable
return callable_(*args, **kwargs)
File "/workspace/dlp/snippets/.nox/py-3-7/lib/python3.7/site-packages/grpc/_channel.py", line 946, in __call__
return _end_unary_response_blocking(state, call, False, None)
File "/workspace/dlp/snippets/.nox/py-3-7/lib/python3.7/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.INTERNAL
details = "Internal error encountered."
debug_error_string = "UNKNOWN:Error received from peer ipv4:209.85.145.95:443 {grpc_message:"Internal error encountered.", grpc_status:13, created_time:"2023-03-16T18:23:58.069207099+00:00"}"
>
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/workspace/dlp/snippets/jobs_test.py", line 76, in test_list_dlp_jobs_with_filter
job_type="RISK_ANALYSIS_JOB",
File "/workspace/dlp/snippets/jobs.py", line 82, in list_dlp_jobs
for job in response:
File "/workspace/dlp/snippets/.nox/py-3-7/lib/python3.7/site-packages/google/cloud/dlp_v2/services/dlp_service/pagers.py", line 469, in iter
for page in self.pages:
File "/workspace/dlp/snippets/.nox/py-3-7/lib/python3.7/site-packages/google/cloud/dlp_v2/services/dlp_service/pagers.py", line 465, in pages
self._response = self._method(self._request, metadata=self._metadata)
File "/workspace/dlp/snippets/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/gapic_v1/method.py", line 113, in call
return wrapped_func(*args, **kwargs)
File "/workspace/dlp/snippets/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/retry.py", line 354, in retry_wrapped_func
on_error=on_error,
File "/workspace/dlp/snippets/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/retry.py", line 191, in retry_target
return target()
File "/workspace/dlp/snippets/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/timeout.py", line 120, in func_with_timeout
return func(*args, **kwargs)
File "/workspace/dlp/snippets/.nox/py-3-7/lib/python3.7/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.InternalServerError: 500 Internal error encountered.