Page MenuHomePhabricator

Improve Amazon SES code error handling behavior
ClosedPublic

Authored by epriestley on Apr 6 2016, 12:02 AM.
Tags
None
Referenced Files
F15460520: D15632.id37671.diff
Mon, Mar 31, 11:33 PM
F15449843: D15632.diff
Fri, Mar 28, 12:25 PM
F15446412: D15632.id37671.diff
Thu, Mar 27, 7:00 PM
F15418611: D15632.diff
Fri, Mar 21, 12:27 AM
F15416536: D15632.id.diff
Thu, Mar 20, 11:51 AM
F15414673: D15632.diff
Thu, Mar 20, 1:53 AM
F15398520: D15632.id37671.diff
Mon, Mar 17, 12:30 AM
F15388267: D15632.id37670.diff
Sat, Mar 15, 3:33 AM
Subscribers
None

Details

Summary

Fixes T10728. Fixes T10476. SES uses third-party code with unique, creative ideas about error handling.

  • Make the error handling behavior more correct, so it doesn't try to use undefined variables.
  • Simplify the error handling behavior (throw exceptions sooner, remove redundant code).
  • Explicitly test for -smtp misconfigurations. These can arise if you read the wrong column out of the table in the AWS docs, as in T10728.
  • Explicitly test for SimpleXML, to catch T10476 before it does damage.
Test Plan
  • Configured SES to use a bogus SMTP endpoint.
  • Faked past the SMTP check, hit sane error on the connection.
  • Undid faking, hit immediate hard stop on the STMP check.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable