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.
>>> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57358 >
>>>
>>>
>>> Hi,
>>>
>>> The attached patch allows testing of parrot to be parallelized via
>>> setting an environment variable (or using make to do so)
>>>
>>>   make test TEST_JOBS=4
>>>
>>> This is a very simple patch and more work needs to be done to keep the
>>> tests from using resources which conflict with each other.
>>
>> Agreed. With this patch I'm getting test failures that don't occur in
>> the serial test execution:
> 
> 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).

>> ===(   11561 )==========================================================
>> Test Summary Report
>> -------------------
>> 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 Failed: 0)
>>  Non-zero exit status: 255
>>  Parse errors: Bad plan.  You planned 12 tests but ran 8.
>> Files=593, Tests=11561, 161 wallclock secs ( 3.44 usr  0.86 sys + 182.32
>> cusr 37.70 csys = 224.32 CPU)
>> Result: FAIL
>>
>> Cheers,
>> Moritz
>> --
>> Moritz Lenz
>> http://moritz.faui2k3.org/ |  http://perl-6.de/
>>
> 
> 
> 


-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/

Reply via email to