Page MenuHomePhabricator

Remove `break` from hunk migration
ClosedPublic

Authored by joshuaspence on Jun 14 2015, 10:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 3, 5:33 AM
Unknown Object (File)
Dec 7 2024, 12:18 PM
Unknown Object (File)
Nov 30 2024, 12:17 PM
Unknown Object (File)
Nov 27 2024, 12:27 PM
Unknown Object (File)
Nov 23 2024, 5:08 AM
Unknown Object (File)
Nov 20 2024, 11:39 AM
Unknown Object (File)
Nov 15 2024, 8:45 PM
Unknown Object (File)
Nov 12 2024, 3:48 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rP175799fab99b: Remove `break` from hunk migration
Summary

This break statement causes ./bin/hunks migrate to only migrate one-hunk-at-a-time, which is unnecessary and slightly misleading. Instead, allow the script to migrate all legacy hunks to modern storage. In particular, this means that we can recommend that installs run this command sometime before D13222 is landed.

Test Plan

It's a pain to setup the data necessary to test this, but this is identical to the change that I made on our production install when I migrated our hunk storage.

Diff Detail

Repository
rP Phabricator
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 6757
Build 6779: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to Remove `break` from hunk migration.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jun 14 2015, 10:04 PM
This revision was automatically updated to reflect the committed changes.