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)
Tue, Feb 25, 1:52 PM
Unknown Object (File)
Tue, Feb 25, 7:05 AM
Unknown Object (File)
Sun, Feb 9, 1:41 AM
Unknown Object (File)
Sun, Feb 9, 1:41 AM
Unknown Object (File)
Sun, Feb 9, 1:41 AM
Unknown Object (File)
Sat, Feb 8, 2:55 PM
Unknown Object (File)
Thu, Feb 6, 5:39 PM
Unknown Object (File)
Thu, Feb 6, 3:26 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
Branch
xplain1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 12361
Build 15640: Run Core Tests
Build 15639: arc lint + arc unit

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.