Page MenuHomePhabricator

Guarantee that fields copied from diffs persist on revisions
ClosedPublic

Authored by epriestley on Mar 24 2014, 5:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 2:03 PM
Unknown Object (File)
Sat, Apr 27, 12:04 PM
Unknown Object (File)
Thu, Apr 25, 10:25 AM
Unknown Object (File)
Wed, Apr 24, 9:55 PM
Unknown Object (File)
Sun, Apr 21, 4:16 PM
Unknown Object (File)
Sat, Apr 20, 6:40 PM
Unknown Object (File)
Fri, Apr 5, 6:21 PM
Unknown Object (File)
Fri, Apr 5, 3:03 PM

Details

Summary

Fixes T4636. Currently, we copy fields from the diff to the revision during the external effect phase, but there's no guarantee that we persist the object after this phase.

(In practice, when Herald rules trigger they cause the object to persist on this install, which is why we don't see this issue.)

Instead, move the field copies to the internal phase, where persistence is guaranteed.

Also consolidate some of the diff loading.

Test Plan

Ran arc diff.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Guarantee that fields copied from diffs persist on revisions.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 25 2014, 8:03 PM
epriestley updated this revision to Diff 20419.

Closed by commit rP2547a222d8b1 (authored by @epriestley).