Page MenuHomePhabricator

Don't use handles in the Calendar event name migration
ClosedPublic

Authored by epriestley on May 15 2015, 12:46 PM.
Tags
None
Referenced Files
F19797830: D12858.id.diff
Fri, Feb 27, 7:53 PM
F19281527: D12858.diff
Dec 23 2025, 3:45 AM
F19235241: D12858.id.diff
Dec 21 2025, 6:29 PM
F19075316: D12858.diff
Dec 1 2025, 9:23 AM
F19075202: D12858.diff
Dec 1 2025, 8:57 AM
F19013562: D12858.diff
Nov 22 2025, 4:08 PM
F18999682: D12858.diff
Nov 20 2025, 9:48 PM
F18955947: D12858.id.diff
Nov 12 2025, 9:42 PM
Subscribers

Details

Summary

Fixes T8209. Using handles can now cause cache fills as a side effect of T7707. Use a raw query instead.

I'll follow up on T8209 with some context and ideas for longer-term fixes.

Test Plan
  • Set event names to ''.
  • Reran migration with --apply ... --trace.
  • Saw migration work correctly without executing cache fills.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Don't use handles in the Calendar event name migration.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.

Some discussion in T4571. Notably, this is the only migration where we access handles.

btrahan edited edge metadata.
This revision is now accepted and ready to land.May 15 2015, 6:29 PM
This revision was automatically updated to reflect the committed changes.