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
This commit is contained in:
Dmitry Rodionov
2023-05-30 20:11:44 +03:00
committed by GitHub
parent f4db85de40
commit b190c3e6c3

View File

@@ -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(