CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=43200
server: Combust/Plack (Perl)
vary: Accept-Encoding
content-encoding: gzip
content-length: 1608
content-type: text/html; charset=utf-8
last-modified: Sat, 11 Oct 2025 12:04:48 GMT
traceparent: affdaf95f9c4845be2bd68c20b9d9d8c
strict-transport-security: max-age=15768000
make tests parallel - nntp.perl.org
Front page | perl.perl5.porters |
Postings from July 2008
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About

make tests parallel
Thread NextFrom:
Nicholas ClarkDate:
July 31, 2008 14:39Subject:
make tests parallelMessage ID:
20080731213907.GA45868@plum.flirble.orgI've upgraded blead to Test::Harness 3.13, which has the ability to run tests in parallel (and make CPU fans spin faster) Right now, of course, the existing test harness scripts don't run the core's tests in parallel. Which is a shame, as we know that the tests will complete much more quickly if they are run in parallel. Is anyone interested in working on getting the cores tests running in parallel? I believe that Andy Armstrong has a pretty functional prototype that will run discrete directories of tests in parallel, which is a good first step, so you wouldn't be starting from scratch. What's needed is * get that merged cleanly with t/harness in core * figure out the best way to invoke parallel tests from the Makefile With that in place we can all work on identifying which tests use unimaginative temporary file names, or other things that conflict, and prevent them from running in parallel. As we incrementally fix those, we can achieve better parallelism. Nicholas ClarkThread Next
- make tests parallel by Nicholas Clark
- Re: make tests parallel by H.Merijn Brand
- Re: make tests parallel by Eric Wilhelm
- Re: make tests parallel by Nicholas Clark
- Re: make tests parallel by Aristotle Pagaltzis
- Re: make tests parallel by Nicholas Clark
- Re: make tests parallel by Eric Wilhelm
- Re: make tests parallel by Eric Wilhelm
- Re: make tests parallel by Nicholas Clark
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About