Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 59085
Status: open
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: rafl [...] debian.org
KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.9004
  • 0.9136
  • 0.9140
Fixed in: 0.9180



Subject: Testsuite fails when run in parallel
Date: Sun, 4 Jul 2010 05:26:20 +0200
To: bug-CPANPLUS [...] rt.cpan.org
From: Florian Ragwitz <rafl [...] debian.org>
CPANPLUS fails its tests when they're being run in parellel, i.e. with prove -j2. The exact fail is a little different every time, but http://www.cpantesters.org/cpan/report/7517491 shows one example of how things usually go wrong. This is quite possibly caused by the different test process using the same directories to store some of their state, and therefore getting into each others way. Chances are that modifying t/inc/conf.pl to set up pristine working directories for each process will fix this. -- BOFH excuse #159: Stubborn processes
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

Dne So 03.čec.2010 23:26:32, FLORA napsal(a): Show quoted text
> CPANPLUS fails its tests when they're being run in parellel, i.e. with > prove -j2. The exact fail is a little different every time, but > http://www.cpantesters.org/cpan/report/7517491 shows one example of how > things usually go wrong. >
For me it always fails in t/08_CPANPLUS-Backend.t. There <https://github.com/jib/cpanplus-devel/pull/16> is patch adding t/testrules.yml that declares the one test file as non-parallel.
Dne Pá 26.čec.2019 08:47:16, ppisar napsal(a): Show quoted text
> Dne So 03.čec.2010 23:26:32, FLORA napsal(a):
> > CPANPLUS fails its tests when they're being run in parellel, i.e. > > with > > prove -j2. The exact fail is a little different every time, but > > http://www.cpantesters.org/cpan/report/7517491 shows one example of > > how > > things usually go wrong. > >
> For me it always fails in t/08_CPANPLUS-Backend.t. There > <https://github.com/jib/cpanplus-devel/pull/16> is patch adding > t/testrules.yml that declares the one test file as non-parallel.
I can see CPANPLUS-0.9178 contains this fix. But for some reason a MANIFEST file lists t/testrules.yml twice.