Page MenuHomePhabricator

Stop two special cache writes in read-only mode
ClosedPublic

Authored by epriestley on May 30 2016, 3:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 4:25 PM
Unknown Object (File)
Thu, Apr 11, 10:38 AM
Unknown Object (File)
Mon, Apr 8, 3:55 PM
Unknown Object (File)
Mon, Apr 8, 2:51 PM
Unknown Object (File)
Mon, Apr 8, 7:53 AM
Unknown Object (File)
Mon, Apr 8, 2:15 AM
Unknown Object (File)
Sun, Apr 7, 2:17 AM
Unknown Object (File)
Sat, Apr 6, 9:23 PM
Subscribers
None

Details

Summary

Ref T10769. The user availability cache write shouldn't happen in read-only mode, nor should the Differential parse cache write.

(We might want to turn off the availbility feature completely since it's potentially expensive if we can't cache it, but I think we're OK for now.)

Test Plan

In read-only mode:

  • Browsed as a user with an out-of-date availability cache.
  • Loaded an older revision without cached parse data.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Stop two special cache writes in read-only mode.
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.May 30 2016, 5:09 PM
This revision was automatically updated to reflect the committed changes.