This is an archive of the discontinued Mercurial Phabricator instance.

tests: add tests showing pulling from infinitepush works over wire
ClosedPublic

Authored by pulkit on Apr 4 2018, 8:27 AM.

Details

Summary

The current tests in test-infinitepush-ci.t showed that hg pull -r <rev> does
not work. Digging in code, I found that we have logic for pulling from
bundlestore without having client side logic. This patch adds test demonstrating
that pulling from bundlestore works when working over wire.
Pulling from bundlestore when the peer is a localpeer still does not works.

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

pulkit created this revision.Apr 4 2018, 8:27 AM
durin42 accepted this revision.Apr 11 2018, 1:21 PM
This revision is now accepted and ready to land.Apr 11 2018, 1:21 PM
This revision was automatically updated to reflect the committed changes.