From 2baf6c09a842115dc30d007d6fff744037ec687c Mon Sep 17 00:00:00 2001 From: Arseny Sher Date: Thu, 8 Dec 2022 15:17:28 +0400 Subject: [PATCH] Some more allowed pageserver errors. https://neondb.slack.com/archives/C033RQ5SPDH/p1670497680293859 --- test_runner/fixtures/neon_fixtures.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_runner/fixtures/neon_fixtures.py b/test_runner/fixtures/neon_fixtures.py index 6fae448794..cda518f26c 100644 --- a/test_runner/fixtures/neon_fixtures.py +++ b/test_runner/fixtures/neon_fixtures.py @@ -1751,6 +1751,7 @@ class NeonPageserver(PgProtocol): ".*Connection aborted: error communicating with the server: Connection reset by peer.*", ".*kill_and_wait_impl.*: wait successful.*", ".*end streaming to Some.*", + ".*query handler for 'pagestream.*failed: Broken pipe.*", # pageserver notices compute shut down # safekeeper connection can fail with this, in the window between timeline creation # and streaming start ".*Failed to process query for timeline .*: state uninitialized, no data to read.*", @@ -1776,6 +1777,7 @@ class NeonPageserver(PgProtocol): ".*gc_loop.*Gc failed, retrying in.*timeline is Stopping", # When gc checks timeline state after acquiring layer_removal_cs ".*compaction_loop.*Compaction failed, retrying in.*timeline is Stopping", # When compaction checks timeline state after acquiring layer_removal_cs ".*query handler for 'pagestream.*failed: Timeline .* was not found", # postgres reconnects while timeline_delete doesn't hold the tenant's timelines.lock() + ".*query handler for 'pagestream.*failed: Timeline .* is not active", # timeline delete in progress ] def start(