adjust allowed errors for test_broken_timeline

This commit is contained in:
Dmitry Rodionov
2022-11-16 01:07:26 +02:00
parent bfdc09cf4a
commit c4c4558736

View File

@@ -15,10 +15,10 @@ def test_broken_timeline(neon_env_builder: NeonEnvBuilder):
env.pageserver.allowed_errors.extend(
[
".*No timelines to attach received.*",
".*Failed to process timeline dir contents.*",
".*Failed to load delta layer.*",
".*Timeline .* was not found.*",
".*could not find data for key.*",
".*is not active. Current state: Broken.*",
".*failed to load metadata.*",
]
)