develooper Front page | perl.qa | Postings from October 2011

Re: Problem with running lots of tests (I think)

Thread Previous | Thread Next
From:
Leon Timmermans
Date:
October 31, 2011 17:14
Subject:
Re: Problem with running lots of tests (I think)
Message ID:
CAHhgV8jB2oLxWnE-A6N8UerMks=Ffa7ZWaKhd53t0zni3=mrfw@mail.gmail.com
On Tue, Nov 1, 2011 at 12:56 AM, Buddy Burden <barefootcoder@gmail.com> wrote:
>> t/rand_time.t      (Wstat: 9 Tests: 1764021 Failed: 0)
>>   Non-zero wait status: 9
>
>> *** Signal 9

That one is obvious, it has been SIGKILLed. Probably the tester
thought the tests were hanging.

>> t/rand_time.t      (Wstat: 139 Tests: 996881 Failed: 0)
>>   Non-zero wait status: 139
>>   Parse errors: No plan found in TAP output

If you're using done_testing, you should explicitly have a test/build
requirement on Test::More 0.88.

>> Out of memory!
>> Segmentation Fault - core dumped
>> make: *** [test_dynamic] Error 139

Yeah, Test::Builder maintains some state for every test result. See
https://metacpan.org/module/Test::Builder#MEMORY for some suggestions
on how to handle that.

Leon

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About