write a test for clonebundles manifest filtering that doesn't require hg cluster
Categories
(Developer Services :: Mercurial: hg.mozilla.org, task)
Tracking
(Not tracked)
People
(Reporter: sheehan, Assigned: sheehan)
Details
Attachments
(1 file)
The v-c-t test suite has an integration test for clonebundles manifest generation and delivery that uses the test hg cluster. This test runs the clonebundles generation and manifest creation and moves the file around on disk in the expected locations, and also tests that the IP-based manifest filtering works as expected. We should add a test for the manifest filtering that works without using the full test suite, since that function of the hgmo extension only requires reading a file and delivering it with hg serve.
| Assignee | ||
Comment 1•2 years ago
|
||
Add a test of clonebundles manifest filtering that only uses the hgmo
extension and a simple hg serve server instead of the full hg cluster.
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/72b212b1e81e
hgmo: add a test for clonebundles manifest filtering r=zeid
Description
•