test: fixup layere error type introduction, string change

This commit is contained in:
Joonas Koivunen
2023-08-21 19:22:30 +03:00
parent 088bea8680
commit 3eba531c3d

View File

@@ -390,7 +390,7 @@ def test_download_remote_layers_api(
env.pageserver.start(extra_env_vars={"FAILPOINTS": "remote-storage-download-pre-rename=return"})
env.pageserver.allowed_errors.extend(
[
".*download failed: downloading failed, possibly for shutdown.*",
".*download failed: downloading evicted layer file failed.*",
f".*initial size calculation.*{tenant_id}.*{timeline_id}.*Failed to calculate logical size",
]
)