mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 12:32:54 +00:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user