fix: rebase fallout

This commit is contained in:
Christian Schwarz
2023-03-20 17:24:46 +01:00
parent 751c93c8f7
commit 834e94f5e3

View File

@@ -105,6 +105,9 @@ def eviction_env(request, neon_env_builder: NeonEnvBuilder, pg_bin: PgBin) -> It
(broken_on_disk_before, _, _) = poor_mans_du(
env, timelines=[(broken_tenant_id, broken_timeline_id)]
)
env.pageserver.allowed_errors.append(
f".*extend_lru_candidates.*Tenant {broken_tenant_id} is not active. Current state: Broken"
)
timelines = []