Page MenuHomePhabricator

In ConduitCallFuture, only call Conduit exception messages on Conduit exceptions
ClosedPublic

Authored by epriestley on Sep 17 2020, 8:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 21, 2:57 PM
Unknown Object (File)
Wed, Feb 19, 9:22 PM
Unknown Object (File)
Mon, Feb 17, 11:20 AM
Unknown Object (File)
Sun, Feb 16, 5:26 PM
Unknown Object (File)
Sun, Feb 9, 1:12 AM
Unknown Object (File)
Mon, Feb 3, 2:18 AM
Unknown Object (File)
Mon, Jan 27, 7:42 AM
Unknown Object (File)
Jan 21 2025, 3:10 PM
Subscribers
None

Details

Summary

Ref T13582. When this code is reached with a raw HTTP exception, it currently fatals.

Test Plan
  • Ran arc branches --conduit-uri=http://example.org (a bad Conduit URI).
  • Before: hard fatal with a bad method call.
  • After: non-Conduit exception raised to user. Not ideal, but a step forward.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable