This is an archive of the discontinued Mercurial Phabricator instance.

testrunner: make `-j100 --runs-per-test=100 test-foo.t` use 100 jobs
ClosedPublic

Authored by martinvonz on Jan 10 2019, 5:33 PM.

Details

Summary

It would use only 1 job since 1039404c5e1d (run-tests: print number of
tests and parallel process count, 2018-10-13), but I'm pretty sure
that was unintentional.

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

martinvonz created this revision.Jan 10 2019, 5:33 PM

Could you please include a test case?

martinvonz updated this revision to Diff 13152.Jan 10 2019, 5:42 PM

Could you please include a test case?

Done. Also made it print the number of test runs, not number of distinct tests.

This revision was automatically updated to reflect the committed changes.

For the record, I enjoyed @martinvonz conversing with himself on this review!