From 5ff5c580ade6825f0b30b701748554c0fd1fb6e6 Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Thu, 24 Aug 2023 23:12:32 +0300 Subject: [PATCH] test: fix test_timeline_deletion_with_files_stuck_in_upload_queue string change --- test_runner/regress/test_remote_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_remote_storage.py b/test_runner/regress/test_remote_storage.py index d48c197f78..de58fa31bc 100644 --- a/test_runner/regress/test_remote_storage.py +++ b/test_runner/regress/test_remote_storage.py @@ -603,7 +603,7 @@ def test_timeline_deletion_with_files_stuck_in_upload_queue( log.info("sending delete request") checkpoint_allowed_to_fail.set() env.pageserver.allowed_errors.append( - ".* ERROR .*Error processing HTTP request: InternalServerError\\(timeline is Stopping" + ".* ERROR .*Error processing HTTP request: InternalServerError\\(The timeline or pageserver is shutting down" ) # Generous timeout, because currently deletions can get blocked waiting for compaction