Hello Nigel,
Sorry to take a long time to answer, your e-mail was identified as SPAM
by Yahoo! damn filter.
I commented your e-mail below...
Em 26-10-2015 12:28, Nigel Horne escreveu:
I use the TEST_JOBS and HARNESS_OPTIONS environment variables to
parallelize the testing that I do.
I'll
Em Tue, 27 Oct 2015 04:09:29 -0400
David Golden escreveu:
> >
> Correct. I would rely on authors to provide a testrules.yml file.
>
Alright, I added/updated the following pages in the wiki with this
information:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes&version=51
http://wiki.cpanteste
On Mon, Oct 26, 2015 at 9:56 PM, Alceu R. de Freitas Jr. <
glasswal...@yahoo.com.br> wrote:
>
>
>- $ENV{HARNESS_RULESFILE}
>- testrules.yml
>- t/testrules.yml
>
>
> Assuming that we won't be able to configure Test::Harness ourselves when
> running tests. Is that right?
>
>
Correct. I
t was a long e-mail... thanks for helping clarify those details!
Regards,
Alceu
De: David Golden
Para: Alceu R. de Freitas Jr.
Cc: CPAN Testers Discuss
Enviadas: Segunda-feira, 26 de Outubro de 2015 11:53
Assunto: Re: smoker and parallelism
Also, if you do this, make sure you u
On 10/26/15 9:46 AM, David Golden wrote:
At least in CPAN::Reporter, any environment variables matching
/HARNESS/ should get reported, so if you've enabled parallelism that
way, it should be visible.
On Sun, Oct 25, 2015 at 10:03 PM, Alceu R. de Freitas Jr.
mailto:glasswal...@yahoo.com.br>> w
Also, if you do this, make sure you use a recent version of Test::Harness
that supports a rules file to hint about what can run in parallel.
Search TAP::Harness docs for "rules" and you'll find it.
An example is here:
https://github.com/mongodb/mongo-perl-driver/blob/master/t/testrules.yml
As l
At least in CPAN::Reporter, any environment variables matching /HARNESS/
should get reported, so if you've enabled parallelism that way, it should
be visible.
On Sun, Oct 25, 2015 at 10:03 PM, Alceu R. de Freitas Jr. <
glasswal...@yahoo.com.br> wrote:
> Hi again,
>
> I was doing some research to
Hi again,
I was doing some research to see if there is any way to improve smoker
performance by using parallelism. I found this article on
http://modernperlbooks.com/mt/2011/11/parallelism-and-test-suites.html that
discuss some issues when trying to do something like that.
Interesting as is, is