Make sure the migrator saves its settings
ClosedPublic

Authored by ervin on Dec 28 2015, 7:50 PM.

Details

Summary

Found on a pristine test system that the migrator was running the
migration over and over. Apparently sync() isn't called on delete in
that case as one would expect.

Diff Detail

Repository
R4 Zanshin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ervin updated this revision to Diff 1647.Dec 28 2015, 7:50 PM
ervin retitled this revision from to Make sure the migrator saves its settings.
ervin updated this object.
ervin edited the test plan for this revision. (Show Details)
ervin added reviewers: bensi, franckarrecot, dfaure.
dfaure accepted this revision.Dec 28 2015, 8:03 PM
dfaure edited edge metadata.

Strange that it worked for me. Maybe debug vs release (compiler optimizations).

This revision is now accepted and ready to land.Dec 28 2015, 8:03 PM
bensi accepted this revision.Dec 28 2015, 8:10 PM
bensi edited edge metadata.
This revision was automatically updated to reflect the committed changes.