From b4973ecdfaef6e5b2e8f99447c411cec85477227 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Thu, 5 Dec 2024 16:24:31 +0200 Subject: [PATCH] Add 'failed get control bytes' to list of expected errors --- test_runner/regress/test_broken_timeline.py | 1 + test_runner/regress/test_timeline_archive.py | 1 + 2 files changed, 2 insertions(+) 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: