Add 'failed get control bytes' to list of expected errors

This commit is contained in:
Konstantin Knizhnik
2024-12-05 16:24:31 +02:00
parent 27403e6c3b
commit b4973ecdfa
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ def test_local_corruption(neon_env_builder: NeonEnvBuilder):
".*load failed.*load local timeline.*",
".*: layer load failed, assuming permanent failure:.*",
".*failed to get checkpoint bytes.*",
".*failed get control bytes.*",
]
)

View File

@@ -791,6 +791,7 @@ def test_timeline_retain_lsn(
".*initial size calculation failed: PageRead.MissingKey.could not find data for key.*",
".*page_service_conn_main.*could not find data for key.*",
".*failed to get checkpoint bytes.*",
".*failed get control bytes.*",
]
)
if offload_child is None or "no-restart" not in offload_child: