diff --git a/test_runner/regress/test_broken_timeline.py b/test_runner/regress/test_broken_timeline.py index b6f6690643..2397956ed6 100644 --- a/test_runner/regress/test_broken_timeline.py +++ b/test_runner/regress/test_broken_timeline.py @@ -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.*", ] ) diff --git a/test_runner/regress/test_timeline_archive.py b/test_runner/regress/test_timeline_archive.py index 787cb4503c..21a4ee7eb3 100644 --- a/test_runner/regress/test_timeline_archive.py +++ b/test_runner/regress/test_timeline_archive.py @@ -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: