From b190c3e6c3771005ac761e71a9635092c3addc93 Mon Sep 17 00:00:00 2001 From: Dmitry Rodionov Date: Tue, 30 May 2023 20:11:44 +0300 Subject: [PATCH] reduce flakiness by allowing Compaction failed, retrying in X queue is in state Stopped. (#4379) resolves https://github.com/neondatabase/neon/issues/4374 by adding the error to allowed_errors --- 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 6b97c33ae4..1007cb11b5 100644 --- a/test_runner/fixtures/neon_fixtures.py +++ b/test_runner/fixtures/neon_fixtures.py @@ -1621,6 +1621,8 @@ class NeonPageserver(PgProtocol): ".*Compaction failed, retrying in [^:]+: Cannot run compaction iteration on inactive tenant", # these can happen anytime we do compactions from background task and shutdown pageserver r".*ERROR.*ancestor timeline \S+ is being stopped", + # this is expected given our collaborative shutdown approach for the UploadQueue + ".*Compaction failed, retrying in .*: queue is in state Stopped.*", ] def start(