Page MenuHomePhabricator

Refine error behavior of `bin/search index`
ClosedPublic

Authored by epriestley on Sep 27 2015, 5:50 PM.
Tags
None
Referenced Files
F14731617: D14174.diff
Sat, Jan 18, 9:02 AM
F14730451: D14174.diff
Sat, Jan 18, 7:31 AM
Unknown Object (File)
Mon, Dec 23, 6:01 AM
Unknown Object (File)
Dec 16 2024, 6:06 PM
Unknown Object (File)
Dec 6 2024, 3:45 PM
Unknown Object (File)
Nov 20 2024, 12:27 PM
Unknown Object (File)
Nov 20 2024, 12:27 PM
Unknown Object (File)
Nov 20 2024, 12:27 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.