Page MenuHomePhabricator

[blob-service] Support new abstraction in HTTP
ClosedPublic

Authored by bartek on Jul 9 2023, 2:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 26, 4:50 PM
Unknown Object (File)
Tue, Jun 25, 3:35 AM
Unknown Object (File)
Tue, Jun 25, 3:35 AM
Unknown Object (File)
Tue, Jun 25, 3:35 AM
Unknown Object (File)
Tue, Jun 25, 3:34 AM
Unknown Object (File)
Tue, Jun 25, 3:25 AM
Unknown Object (File)
Sat, Jun 22, 7:32 AM
Unknown Object (File)
Thu, Jun 20, 4:53 AM
Subscribers

Details

Summary

Part of ENG-4269.

Propagated new blob service abstraction to HTTP code. Implemented error handling. Now all kinds of error responses can be handled in one place.

Depends on D8456.

Test Plan

Tested later in the stack

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek edited the test plan for this revision. (Show Details)
bartek published this revision for review.Jul 10 2023, 12:45 AM

rust LGTM, would like for someone else to take a look

michal added inline comments.
services/blob/src/http/context.rs
78 ↗(On Diff #28513)

Can this also happen if a holder already exists? Should the error be changed?

This revision is now accepted and ready to land.Jul 17 2023, 3:36 AM