From ce8fbbd910eabc1adf1982164f97bd8e2b108f8f Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Fri, 10 Mar 2023 19:44:12 +0200 Subject: [PATCH] Fix allowed error again (#3790) Fixes #3360 again, this time checking all other "Error processing HTTP request" messages and aligning the regex with the two others. --- 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 24db80c7cc..dd0b576c5e 100644 --- a/test_runner/regress/test_remote_storage.py +++ b/test_runner/regress/test_remote_storage.py @@ -619,7 +619,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\\(timeline is Stopping" ) client.timeline_delete(tenant_id, timeline_id)