Page MenuHomePhabricator

Fix a bad call to "writeInfo()" in "bin/phd stop" with no PHABRICATOR_INSTANCE defined
ClosedPublic

Authored by epriestley on Jul 12 2019, 3:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 12, 6:29 AM
Unknown Object (File)
Mon, Aug 24, 1:19 PM
Unknown Object (File)
Mon, Aug 24, 2:03 AM
Unknown Object (File)
Aug 15 2026, 7:21 AM
Unknown Object (File)
Aug 14 2026, 10:01 PM
Unknown Object (File)
Jul 6 2026, 4:17 AM
Unknown Object (File)
Jun 26 2026, 5:47 AM
Unknown Object (File)
Apr 12 2026, 6:48 PM
Subscribers
None

Details

Summary
Test Plan
  • Purged PHABRICATOR_INSTANCE from my environment. In a Phacility development environment, it comes from loading services/.
  • Ran bin/phd stop with all daemons already stopped.
    • Before: bad call.
    • After: helpful error.
  • Ran some other bin/phd start, bin/phd status, etc., to kick the tires.
  • Grepped for remaining writeInfo() calls (found none).

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable