Parallel execution of unittests

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Thu May 1 09:08:26 PDT 2014


On 5/1/14, 9:07 AM, Dicebot wrote:
> On Thursday, 1 May 2014 at 15:37:21 UTC, Andrei Alexandrescu wrote:
>> On 5/1/14, 8:04 AM, Dicebot wrote:
>>> On Thursday, 1 May 2014 at 14:55:50 UTC, Andrei Alexandrescu wrote:
>>>> On 5/1/14, 1:34 AM, Dicebot wrote:
>>>>> I have just recently went through some of out internal projects
>>>>> removing
>>>>> all accidental I/O tests for the very reason that /tmp was full
>>>>
>>>> Well a bunch of stuff will not work on a full /tmp. Sorry, hard to
>>>> elicit empathy with a full /tmp :o). -- Andrei
>>>
>>> So you are OK with your unit tests failing randomly with no clear
>>> diagnostics?
>>
>> I'm OK with my unit tests failing on a machine with a full /tmp. The
>> machine needs fixing. -- Andrei
>
> It got full because of tests (surprise!). Your actions?

Fix the machine and reduce the output created by the unittests. It's a 
simple engineering problem. -- Andrei



More information about the Digitalmars-d mailing list