Re: [perl #57358] Enable parallel testing

2008-07-28 Thread Will Coleda
On Mon, Jul 28, 2008 at 8:13 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > On Mon Jul 28 10:48:21 2008, particle wrote: >> On Mon, Jul 28, 2008 at 10:27 AM, Eric Wilhelm >> <[EMAIL PROTECTED]> wrote: > >> > >> > Tests need to be written defensively for arbitrary parallelization to be >> > po

[perl #57358] Enable parallel testing

2008-07-28 Thread James Keenan via RT
On Mon Jul 28 10:48:21 2008, particle wrote: > On Mon, Jul 28, 2008 at 10:27 AM, Eric Wilhelm > <[EMAIL PROTECTED]> wrote: > > > > Tests need to be written defensively for arbitrary parallelization to be > > possible. The configuration step tests have been evolving for 13 months now, but until

Re: [perl #57358] Enable parallel testing

2008-07-28 Thread Eric Wilhelm
# from Moritz Lenz # on Monday 28 July 2008 13:02: >With enough RAM everything is fair game ;-) >I ran it with $n == 20, and identified this list of files: Yes. My reading of Parrot::Configure suggests that there's no tempdir involved, which would need to be done per-process. The alternative i

Re: [perl #57358] Enable parallel testing

2008-07-28 Thread Moritz Lenz
Eric Wilhelm wrote: > # from Moritz Lenz > # on Monday 28 July 2008 09:52: > >>> That's not -just- with the patch, though, is it? I presume you've >>> set TEST_JOBS to be something other than '1' ... >> >>I've set it to 2, and obeserve the errors below. With serial testing I >>get a PASS (r29828).

Re: [perl #57358] Enable parallel testing

2008-07-28 Thread jerry gay
On Mon, Jul 28, 2008 at 10:27 AM, Eric Wilhelm <[EMAIL PROTECTED]> wrote: > # from Moritz Lenz > # on Monday 28 July 2008 09:52: > >>> That's not -just- with the patch, though, is it? I presume you've >>> set TEST_JOBS to be something other than '1' ... >> >>I've set it to 2, and obeserve the error

Re: [perl #57358] Enable parallel testing

2008-07-28 Thread Eric Wilhelm
# from Moritz Lenz # on Monday 28 July 2008 09:52: >> That's not -just- with the patch, though, is it? I presume you've >> set TEST_JOBS to be something other than '1' ... > >I've set it to 2, and obeserve the errors below. With serial testing I >get a PASS (r29828). Yes. TEST_JOBS=1 doesn't cha

Re: [perl #57358] Enable parallel testing

2008-07-28 Thread Mark Glines
On Monday 28 July 2008 09:52:36 Moritz Lenz wrote: > >> t/steps/auto_attributes-01.t (Wstat: 65280 Tests: 9 > >> Failed: 0) Non-zero exit status: 255 > >> Parse errors: Bad plan. You planned 12 tests but ran 9. > >> t/steps/auto_headers-03.t (Wstat: 65280 Tests: 8 >

Re: [perl #57358] Enable parallel testing

2008-07-28 Thread Moritz Lenz
Will Coleda wrote: > On Mon, Jul 28, 2008 at 12:07 PM, Moritz Lenz > <[EMAIL PROTECTED]> wrote: >> Eric Wilhelm (via RT) wrote: >>> # New Ticket Created by Eric Wilhelm >>> # Please include the string: [perl #57358] >>> # in the subject line of all future correspondence about this issue. >>> # ht

Re: [perl #57358] Enable parallel testing

2008-07-28 Thread Will Coleda
On Mon, Jul 28, 2008 at 12:07 PM, Moritz Lenz <[EMAIL PROTECTED]> wrote: > Eric Wilhelm (via RT) wrote: >> # New Ticket Created by Eric Wilhelm >> # Please include the string: [perl #57358] >> # in the subject line of all future correspondence about this issue. >> # http://rt.perl.org/rt3/Ticket/

Re: [perl #57358] Enable parallel testing

2008-07-28 Thread Moritz Lenz
Eric Wilhelm (via RT) wrote: > # New Ticket Created by Eric Wilhelm > # Please include the string: [perl #57358] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=57358 > > > > Hi, > > The attached patch allows testing of

Re: [perl #57358] Enable parallel testing

2008-07-28 Thread Will Coleda
On Mon, Jul 28, 2008 at 2:43 AM, via RT Eric Wilhelm <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Eric Wilhelm > # Please include the string: [perl #57358] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=57358 > > >

[perl #57358] Enable parallel testing

2008-07-28 Thread via RT
# New Ticket Created by Eric Wilhelm # Please include the string: [perl #57358] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57358 > Hi, The attached patch allows testing of parrot to be parallelized via setting an envi