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
F13096647: D15988.id38491.diff
Thu, Apr 25, 6:07 PM
F13096646: D15988.id38484.diff
Thu, Apr 25, 6:07 PM
F13096645: D15988.id.diff
Thu, Apr 25, 6:07 PM
Unknown Object (File)
Thu, Apr 25, 3:09 AM
Unknown Object (File)
Sat, Apr 20, 7:46 PM
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
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.