Page MenuHomePhabricator

When storage is not initialized, write the error message to stderr instead of stdout
ClosedPublic

Authored by epriestley on Jan 20 2015, 10:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 1:19 PM
Unknown Object (File)
Thu, Apr 25, 1:19 PM
Unknown Object (File)
Thu, Apr 25, 1:18 PM
Unknown Object (File)
Wed, Apr 24, 11:57 PM
Unknown Object (File)
Sat, Apr 20, 8:01 PM
Unknown Object (File)
Fri, Apr 12, 8:25 AM
Unknown Object (File)
Thu, Apr 11, 8:13 AM
Unknown Object (File)
Fri, Mar 29, 10:17 PM
Subscribers

Details

Summary

We have to do some garbage nonsense to write database backups right now, see T6996.

When storage isn't initialized, we previously ended up with this message gzipped in a file and an empty error. Make the behavior slightly more tolerable.

Test Plan

Saw a meaningful error after trying to back up an uninitialized database.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to When storage is not initialized, write the error message to stderr instead of stdout.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Jan 20 2015, 10:04 PM
This revision was automatically updated to reflect the committed changes.