Page MenuHomePhabricator

Skip some repository checks in cluster enviornments
ClosedPublic

Authored by epriestley on Dec 31 2014, 7:05 PM.
Tags
None
Referenced Files
F13100019: D11102.id26654.diff
Fri, Apr 26, 4:34 PM
F13100018: D11102.id26652.diff
Fri, Apr 26, 4:34 PM
F13100016: D11102.id.diff
Fri, Apr 26, 4:34 PM
Unknown Object (File)
Thu, Apr 25, 1:16 PM
Unknown Object (File)
Tue, Apr 16, 4:07 PM
Unknown Object (File)
Fri, Apr 5, 7:42 AM
Unknown Object (File)
Sun, Mar 31, 11:27 PM
Unknown Object (File)
Sun, Mar 31, 1:13 AM
Subscribers

Details

Summary

Ref T2783. Currently, the repository edit page does some checks agaisnt the local system to look for binaries and files on disk. These checks don't make sense in a cluster environment.

Ideally, we could make a Conduit call to the host (e.g., add something like diffusion.querysetupstatus) to do these checks, but since they're pretty basic config things and cluster installs are advanced, it doesn't seem super worthwhile for now.

Test Plan

Saw fewer checks in a cluster repo.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Skip some repository checks in cluster enviornments.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
src/infrastructure/daemon/workers/query/PhabricatorWorkerArchiveTaskQuery.php
58

Unrelated fix, but this was a little buggy.

btrahan edited edge metadata.
This revision is now accepted and ready to land.Dec 31 2014, 7:49 PM
This revision was automatically updated to reflect the committed changes.