This is an archive of the discontinued Mercurial Phabricator instance.

tests: use more complex file storage test
ClosedPublic

Authored by indygreg on Sep 24 2018, 1:15 PM.

Details

Summary

The previous test was attempting to to test delta storage behavior.
It didn't do a very good job at it because there was a good chance
a delta wasn't being used in storage.

Let's switch the test to yield a delta in storage so an upcoming
change to delegate delta logic to storage has the desired effect.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Sep 24 2018, 1:15 PM
indygreg updated this revision to Diff 11352.Sep 25 2018, 12:19 PM
This revision was automatically updated to reflect the committed changes.