Page MenuHomePhabricator

Recover gracefully from Conduit failure when building "Tags" field in commit mail
ClosedPublic

Authored by epriestley on Sep 22 2015, 7:59 PM.
Tags
None
Referenced Files
F14360352: D14142.diff
Fri, Dec 20, 10:13 AM
F14353163: D14142.id34174.diff
Thu, Dec 19, 4:25 PM
Unknown Object (File)
Sun, Dec 15, 10:52 PM
Unknown Object (File)
Mon, Dec 9, 1:22 PM
Unknown Object (File)
Mon, Dec 9, 5:42 AM
Unknown Object (File)
Wed, Dec 4, 8:57 PM
Unknown Object (File)
Wed, Dec 4, 6:38 PM
Unknown Object (File)
Wed, Dec 4, 6:38 PM
Subscribers
None

Details

Summary

Ref T9458. This is basically the same as D13319, but the "Tags" field didn't get covered in that change.

Specifically, the issue is:

  • We try to generate mail to a disabled user (later, we'll drop it without delivering it, but that filtering doesn't happen yet).
  • The disabled user doesn't have permission to use Conduit (or any other Conduit-related problem occurs).
  • We fail here, then retry generating the mail again later.

Instead, just degrade to not building the field and showing what went wrong.

Test Plan
  • Pushed some commits, saw mail generate.
  • Added a fake exception to the field, saw the mail generate with an error message.

Diff Detail

Repository
rP Phabricator
Branch
tagsfield1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 8026
Build 9082: [Placeholder Plan] Wait for 30 Seconds
Build 9081: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Recover gracefully from Conduit failure when building "Tags" field in commit mail.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Sep 22 2015, 8:03 PM
This revision was automatically updated to reflect the committed changes.