From a8f59f851d7924b3feaca7f70985cadada2f2907 Mon Sep 17 00:00:00 2001 From: John Spray Date: Mon, 17 Feb 2025 22:08:03 +0100 Subject: [PATCH] Revert "tests: broaden allow-list for #10720 workaround (#10807)" This reverts commit ae463f366b34b8dbd3edb508a0bbaea4ab79d17b. --- test_runner/regress/test_sharding.py | 2 +- test_runner/regress/test_storage_scrubber.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test_runner/regress/test_sharding.py b/test_runner/regress/test_sharding.py index f58bbcd3c0..8910873690 100644 --- a/test_runner/regress/test_sharding.py +++ b/test_runner/regress/test_sharding.py @@ -1821,7 +1821,7 @@ def test_sharding_gc( # TODO: remove when https://github.com/neondatabase/neon/issues/10720 is fixed ps.allowed_errors.extend( [ - ".*could not find data for key.*", + ".*could not find data for key 020000000000000000000000000000000000.*", ".*could not ingest record.*", ] ) diff --git a/test_runner/regress/test_storage_scrubber.py b/test_runner/regress/test_storage_scrubber.py index d44c176b35..b8253fb125 100644 --- a/test_runner/regress/test_storage_scrubber.py +++ b/test_runner/regress/test_storage_scrubber.py @@ -318,7 +318,7 @@ def test_scrubber_physical_gc_ancestors(neon_env_builder: NeonEnvBuilder, shard_ # TODO: remove when https://github.com/neondatabase/neon/issues/10720 is fixed ps.allowed_errors.extend( [ - ".*could not find data for key.*", + ".*could not find data for key 020000000000000000000000000000000000.*", ".*could not ingest record.*", ] )