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
F17328980: D15988.diff
Fri, Jun 27, 5:53 AM
Unknown Object (File)
Sun, Jun 1, 4:32 PM
Unknown Object (File)
Sun, Jun 1, 4:32 PM
Unknown Object (File)
Sun, Jun 1, 4:32 PM
Unknown Object (File)
Sun, Jun 1, 4:32 PM
Unknown Object (File)
May 28 2025, 1:34 PM
Unknown Object (File)
May 27 2025, 3:20 PM
Unknown Object (File)
May 27 2025, 11:11 AM
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.