From 43bb8bfdbba4b27773a975123b046dcb45242e7c Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 31 Aug 2023 10:42:32 +0100 Subject: [PATCH] pageserver: fix flake in test_timeline_deletion_with_files_stuck_in_upload_queue (#5149) ## Problem Test failing on a different ERROR log than it anticipated. Closes: https://github.com/neondatabase/neon/issues/5148 ## Summary of changes Add the "could not flush frozen layer" error log to the permitted errors. --- test_runner/regress/test_remote_storage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_runner/regress/test_remote_storage.py b/test_runner/regress/test_remote_storage.py index b865e3ce24..0bd365efaa 100644 --- a/test_runner/regress/test_remote_storage.py +++ b/test_runner/regress/test_remote_storage.py @@ -604,6 +604,7 @@ def test_timeline_deletion_with_files_stuck_in_upload_queue( checkpoint_allowed_to_fail.set() env.pageserver.allowed_errors.append( ".* ERROR .*Error processing HTTP request: InternalServerError\\(timeline is Stopping" + ".* ERROR .*[Cc]ould not flush frozen layer.*" ) # Generous timeout, because currently deletions can get blocked waiting for compaction