( )⚙ D8183 nodemap: test that an outdated nodemap can catch up

This is an archive of the discontinued Mercurial Phabricator instance.

nodemap: test that an outdated nodemap can catch up
ClosedPublic

Authored by marmoute on Feb 28 2020, 1:54 PM.

Details

Summary

If the persistent nodemap does not contains all revision that the index
contains, this is should be detected and dealt with. We add a test for this
case.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

marmoute created this revision.Feb 28 2020, 1:54 PM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.

This got cherry picked before the other patches that implement more of the nodemap in rust. As a result test-persistent-nodemap.t breaks.

marmoute updated this revision to Diff 20680.

rebase above latest default up to landed-D8182