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
F22176604: D15988.diff
Tue, Aug 25, 12:00 AM
Unknown Object (File)
Sun, Aug 16, 4:28 AM
Unknown Object (File)
Jul 10 2026, 7:42 PM
Unknown Object (File)
Jul 4 2026, 2:15 PM
Unknown Object (File)
Jun 25 2026, 1:40 PM
Unknown Object (File)
Feb 11 2026, 4:46 PM
Unknown Object (File)
Feb 6 2026, 10:02 PM
Unknown Object (File)
Feb 6 2026, 2:53 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.