mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 11:40:38 +00:00
Add 'failed get control bytes' to list of expected errors
This commit is contained in:
@@ -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.*",
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user