Closed flaky-bot[bot] closed 1 month ago
Looks like this issue is flaky. :worried:
I'm going to leave this open and stop commenting.
A human should fix and close this.
When run at the same commit (509460520d6514361cc18675040b8b86a79d0271), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).
Error log:
args = (name: "projects/precise-truck-742/subscriptions/sub-2.1718310644847"
topic: "projects/precise-truck-742/topics/topic-2.1718310635889"
,)
kwargs = {'metadata': [('x-goog-request-params', 'name=projects/precise-truck-742/subscriptions/sub-2.1718310644847'), ('x-goog-api-client', 'gl-python/3.12.0 grpc/1.64.1 gax/2.19.0 gccl/2.21.3')], 'timeout': 60.0}
@functools.wraps(callable_)
def error_remapped_callable(*args, **kwargs):
try:
return callable_(*args, **kwargs)
except grpc.RpcError as exc:
> raise exceptions.from_grpc_error(exc) from exc
E google.api_core.exceptions.DeadlineExceeded: 504 Deadline Exceeded
[.nox/system-3-12/lib/python3.12/site-packages/google/api_core/grpc_helpers.py:78](https://cs.corp.google.com/piper///depot/google3/.nox/system-3-12/lib/python3.12/site-packages/google/api_core/grpc_helpers.py?l=78): DeadlineExceeded
- generated xml file: /tmpfs/src/github/python-pubsub/system_3.12_sponge_log.xml -
===Flaky Test Report===
Deadline exceeds are a retryable status code according to the Pub/Sub error codes documentation
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: 509460520d6514361cc18675040b8b86a79d0271 buildURL: Build Status, Sponge status: failed