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.
This commit is contained in:
Joonas Koivunen
2023-03-10 19:44:12 +02:00
committed by GitHub
parent 1401021b21
commit ce8fbbd910

View File

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