( )⚙ D3056 tests: disable test-revlog-v2 when using simple store

This is an archive of the discontinued Mercurial Phabricator instance.

tests: disable test-revlog-v2 when using simple store
ClosedPublic

Authored by indygreg on Apr 3 2018, 9:55 PM.

Details

Summary

Because the simple store has nothing to do with revlogs.

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

indygreg created this revision.Apr 3 2018, 9:55 PM
durin42 accepted this revision.Apr 4 2018, 2:11 PM
This revision is now accepted and ready to land.Apr 4 2018, 2:11 PM

Though I do wonder if this should be a positive check, that is, "require it's on revlogs" rather than "require it's not on the simple store"?

Though I do wonder if this should be a positive check, that is, "require it's on revlogs" rather than "require it's not on the simple store"?

Yes, it should. Will re-submit.

indygreg updated this revision to Diff 7632.Apr 4 2018, 2:31 PM
durin42 accepted this revision.Apr 4 2018, 3:01 PM
This revision was automatically updated to reflect the committed changes.