Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

test: wait and retry after RESOURCE_EXHAUSTED in tests - #4159

Merged
olavloite merged 1 commit into
mainfrom
retry-on-resource-exhausted
Oct 9, 2025
Merged

test: wait and retry after RESOURCE_EXHAUSTED in tests#4159
olavloite merged 1 commit into
mainfrom
retry-on-resource-exhausted

Conversation

@olavloite

Copy link
Copy Markdown
Collaborator

The ListDatabases RPC is an administrative RPC. This can return a RESOURCE_EXHAUSTED error if too many administrative RPCs are being executed for the same project in a short period of time. Back-off and retry if that happens.

The ListDatabases RPC is an administrative RPC. This can return a RESOURCE_EXHAUSTED
error if too many administrative RPCs are being executed for the same project in a
short period of time. Back-off and retry if that happens.
@olavloite
olavloite requested review from a team October 9, 2025 11:52
@product-auto-label product-auto-label Bot added size: m Pull request size is medium. api: spanner Issues related to the googleapis/java-spanner API. labels Oct 9, 2025
@olavloite
olavloite merged commit 7eaa1aa into main Oct 9, 2025
59 of 60 checks passed
@olavloite
olavloite deleted the retry-on-resource-exhausted branch October 9, 2025 14:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spanner Issues related to the googleapis/java-spanner API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants