This is an archive of the discontinued Mercurial Phabricator instance.

test: explicitly disable sparse-revlog in test-http-bad-server.t
ClosedPublic

Authored by lothiraldan on Nov 28 2018, 3:50 PM.

Details

Summary

The test-http-bad-server.t test is very fragile with hard-coded number all
around. Adding any new capability have massive consequences on it that are
long and tiresome to handle. Since the test check more generic protocol level
behavior, it does not need to follow all new capabilities. Disabling the
capabilities is a much simpler way to avoid the issue.

We make sure sparse-revlog will not impact this test once turned on by
default.

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.