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
F14038411: D8610.id20419.diff
Sun, Nov 10, 11:26 PM
F14002473: D8610.diff
Fri, Oct 25, 7:23 PM
F14000560: D8610.diff
Thu, Oct 24, 10:53 PM
F13998737: D8610.id20419.diff
Thu, Oct 24, 10:56 AM
F13962154: D8610.id.diff
Oct 15 2024, 8:28 AM
Unknown Object (File)
Oct 9 2024, 8:03 AM
Unknown Object (File)
Oct 5 2024, 1:30 AM
Unknown Object (File)
Oct 2 2024, 4:35 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).