Merge commit '5b0972151' into problame/standby-horizon-leases

This commit is contained in:
Christian Schwarz
2025-08-06 17:56:07 +02:00
10 changed files with 231 additions and 29 deletions

View File

@@ -152,6 +152,8 @@ DEFAULT_STORAGE_CONTROLLER_ALLOWED_ERRORS = [
".*reconciler.*neon_local error.*",
# Tenant rate limits may fire in tests that submit lots of API requests.
".*tenant \\S+ is rate limited.*",
# Reconciliations may get stuck/delayed e.g. in chaos tests.
".*background_reconcile: Shard reconciliation is stuck.*",
]