Home GnuPG

Synchronize working copies before doing a "bypassCache" commit read
711f13660e54Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Synchronize working copies before doing a "bypassCache" commit read

Summary:
Ref T4292. When the daemons make a query for repository information, we need to make sure the working copy on disk is up to date before we serve the response, since we might not have the inforamtion we need to respond otherwise.

We do this automatically for almost all Diffusion methods, but this particular method is a little unusual and does not get this check for free. Add this check.

Test Plan:

  • Made this code throw.
  • Ran bin/repository reparse --message ..., saw the code get hit.
  • Ran bin/repository lookup-user ..., saw this code get hit.
  • Made this code not throw.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T4292

Differential Revision: https://secure.phabricator.com/D15783

Details

Provenance
epriestley <git@epriestley.com>Authored on Apr 22 2016, 12:58 PM
Parents
rPHAB0f0105e783ef: Send the `aphlict` process log to the `node` log
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHAB711f13660e54: Synchronize working copies before doing a "bypassCache" commit read (authored by epriestley <git@epriestley.com>).Apr 22 2016, 5:11 PM