fix: log download failed error (#3661)

Fixes #3659
This commit is contained in:
Joonas Koivunen
2023-02-21 19:31:53 +02:00
parent acbf4148ea
commit 78aca668d0
3 changed files with 6 additions and 1 deletions

View File

@@ -250,6 +250,10 @@ def test_pageserver_with_empty_tenants(
env.pageserver.allowed_errors.append(
".*could not load tenant.*Failed to list timelines directory.*"
)
# this is until #3501
env.pageserver.allowed_errors.append(
".*Compaction failed, retrying in 2s: Cannot run compaction iteration on inactive tenant"
)
client = env.pageserver.http_client()