This is an archive of the discontinued Mercurial Phabricator instance.

tests: split out ~1/3 of test-graft.t
ClosedPublic

Authored by martinvonz on Jan 6 2020, 7:58 PM.

Details

Summary

test-graft.t is ~2400 lines and takes 34s to run. This patch moves the
last ~1/3 of it to a separate file. The parts now run in 22s + 13s. On
top of that, we can remove the #testcases from the old file, so it's
only 22s + 2*13s instead of the 2*34s it was before.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

martinvonz created this revision.Jan 6 2020, 7:58 PM
pulkit accepted this revision.Jan 8 2020, 6:20 AM
This revision is now accepted and ready to land.Jan 8 2020, 6:20 AM
This revision was automatically updated to reflect the committed changes.