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
Unknown Object (File)
Sat, Apr 20, 7:37 PM
Unknown Object (File)
Sat, Apr 20, 7:37 PM
Unknown Object (File)
Sat, Apr 20, 7:37 PM
Unknown Object (File)
Tue, Apr 16, 11:53 AM
Unknown Object (File)
Thu, Apr 11, 8:32 AM
Unknown Object (File)
Tue, Apr 2, 9:13 AM
Unknown Object (File)
Mar 20 2024, 4:57 AM
Unknown Object (File)
Mar 20 2024, 4:57 AM
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.