# HG changeset patch # User Gregory Szorc # Date 1522775070 25200 # Node ID 0611c954da90241304f7084f550c4006cd97c5e3 # Parent 4e6a6d0dcceeff6c358adf2e825fcc4e3bfbd6bf tests: skip some tests when using simple store generaldelta is a revlog implementation detail. We don't need to test it with the simple store. union repos are heavily revlog based. It should be possible to run them with alternate stores. But it's not worth the trouble at this juncture. Differential Revision: https://phab.mercurial-scm.org/D3040 diff -r 4e6a6d0dccee -r 0611c954da90 tests/test-generaldelta.t --- a/tests/test-generaldelta.t Wed Apr 04 13:21:34 2018 -0700 +++ b/tests/test-generaldelta.t Tue Apr 03 10:04:30 2018 -0700 @@ -1,3 +1,5 @@ +#require no-reposimplestore + Check whether size of generaldelta revlog is not bigger than its regular equivalent. Test would fail if generaldelta was naive implementation of parentdelta: third manifest revision would be fully diff -r 4e6a6d0dccee -r 0611c954da90 tests/test-unionrepo.t --- a/tests/test-unionrepo.t Wed Apr 04 13:21:34 2018 -0700 +++ b/tests/test-unionrepo.t Tue Apr 03 10:04:30 2018 -0700 @@ -1,3 +1,5 @@ +#require no-reposimplestore + Test unionrepo functionality Create one repository