( )⚙ D5388 tests: split test-shelve.t in two

This is an archive of the discontinued Mercurial Phabricator instance.

tests: split test-shelve.t in two
ClosedPublic

Authored by martinvonz on Dec 5 2018, 6:44 PM.

Details

Summary

test-shelve.t dominated run time for all shelve tests.

Before:

Ran 9 tests, 1 skipped, 0 failed.

real 0m43.568s
user 2m15.822s
sys 0m40.857s

After:

Ran 11 tests, 1 skipped, 0 failed.

real 0m24.574s
user 2m21.354s
sys 0m40.435s

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Dec 5 2018, 6:44 PM
This revision was automatically updated to reflect the committed changes.