Page MenuHomePhabricator

Refine error behavior of `bin/search index`
ClosedPublic

Authored by epriestley on Sep 27 2015, 5:50 PM.
Tags
None
Referenced Files
F15283053: D14174.diff
Tue, Mar 4, 4:56 AM
Unknown Object (File)
Sat, Feb 22, 12:23 AM
Unknown Object (File)
Wed, Feb 12, 12:01 AM
Unknown Object (File)
Wed, Feb 12, 12:01 AM
Unknown Object (File)
Wed, Feb 12, 12:01 AM
Unknown Object (File)
Wed, Feb 12, 12:01 AM
Unknown Object (File)
Sat, Feb 8, 11:23 PM
Unknown Object (File)
Sat, Feb 8, 11:23 PM
Subscribers
None

Details

Summary

Fixes T5991. If all requested documents failed to index, consider this a catastrophic failure and exit with an error code.

Test Plan
  • Ran bin/search index --type TASK, observed successful exit despite a small number of un-indexable documents.
  • Ran bin/search index PHID-TASK-xxx for an invalid task, observed exception on exit after complete failure.
  • Ran normal indexing through daemons.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Refine error behavior of `bin/search index`.
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 27 2015, 6:52 PM
This revision was automatically updated to reflect the committed changes.