Page MenuHomePhabricator

[lib][keyserver] Handle invalid CSAT in BlobOperationResult
ClosedPublic

Authored by bartek on Nov 21 2024, 3:58 AM.
Tags
None
Referenced Files
F3540898: D13988.id45919.diff
Thu, Dec 26, 5:51 AM
F3540897: D13988.id45925.diff
Thu, Dec 26, 5:51 AM
F3540800: D13988.id.diff
Thu, Dec 26, 5:50 AM
F3540730: D13988.diff
Thu, Dec 26, 5:44 AM
Unknown Object (File)
Tue, Dec 24, 5:42 AM
Unknown Object (File)
Tue, Dec 24, 12:22 AM
Unknown Object (File)
Mon, Dec 23, 8:59 AM
Unknown Object (File)
Fri, Dec 20, 10:16 PM
Subscribers

Details

Summary

Part of ENG-9526.

Depends on D13957, D13960

Test Plan

Manual testing with mocked invalid access token

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Nov 24 2024, 11:00 PM
ashoat added inline comments.
lib/utils/services-utils.js
38 ↗(On Diff #45925)

Can we name this something more specific? Either blobResponseIsInvalidCSAT or httpResponseIsInvalidCSAT would be good, I think

This revision is now accepted and ready to land.Nov 25 2024, 5:33 AM
lib/utils/services-utils.js
38 ↗(On Diff #45925)

Yes, I'll do that. httpResponseIsInvalidCSAT sounds good

Rebase. Rename function to httpResponseIsInvalidCSAT