Skip Menu |

This queue is for tickets about the BSD-Resource CPAN distribution.

Report information
The Basics
Id: 19412
Status: resolved
Priority: 0/
Queue: BSD-Resource

People
Owner: Nobody in particular
Requestors: grousse [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Test failure for 1.26
Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/setpriority.t 3 1 33.33% 1 Failed 1/8 test scripts, 87.50% okay. 1/41 subtests failed, 97.56% okay. [guillomovitch@n2 BSD-Resource-1.26]$ perl -Iblib/lib -Iblib/arch t/setpriority.t 1..3 # origprio = 19 () # gotlower = 1 () # lowerprio = 19 () not ok 1 # syserr = '' (0), ruid = 690, euid = 690 # gotlower = 1, lowerprio = 19 ok 2 # skipped (origprio = 19) ok 3 # skipped (euid = 690) This is happening on mandriva cooker, using perl 5.8.8
Subject: Re: [rt.cpan.org #19412] Test failure for 1.26
Date: Mon, 22 May 2006 21:27:40 +0300
To: bug-BSD-Resource [...] rt.cpan.org
From: Jarkko Hietaniemi <jhietaniemi [...] gmail.com>
via RT wrote: Show quoted text
> Mon May 22 10:54:07 2006: Request 19412 was acted upon. > Transaction: Ticket created by GROUSSE > Queue: BSD-Resource > Subject: Test failure for 1.26 > Broken in: (no value) > Severity: Normal > Owner: Nobody > Requestors: GROUSSE@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=19412 >
Hmmm, never had a failure reported from Mandriva, I think... Does 1.25 work for you? Show quoted text
> Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/setpriority.t 3 1 33.33% 1 > Failed 1/8 test scripts, 87.50% okay. 1/41 subtests failed, 97.56% okay. > > [guillomovitch@n2 BSD-Resource-1.26]$ perl -Iblib/lib -Iblib/arch > t/setpriority.t > 1..3 > # origprio = 19 () > # gotlower = 1 () > # lowerprio = 19 () > not ok 1 > # syserr = '' (0), ruid = 690, euid = 690 > # gotlower = 1, lowerprio = 19 > ok 2 # skipped (origprio = 19) > ok 3 # skipped (euid = 690) > > This is happening on mandriva cooker, using perl 5.8.8 >
Show quoted text
> Hmmm, never had a failure reported from Mandriva, I think... > Does 1.25 work for you?
It used to work sofar, but it fails now at the same place: [guillomovitch@n2 BSD-Resource-1.25]$ prove t/setpriority.t t/setpriority....FAILED test 1 Failed 1/3 tests, 66.67% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/setpriority.t 3 1 33.33% 1 Failed 1/1 test scripts, 0.00% okay. 1/3 subtests failed, 66.67% okay. I might be related to recent glibc change (2.3 -> 2.4).
Subject: Re: [rt.cpan.org #19412] Test failure for 1.26
Date: Mon, 22 May 2006 21:55:16 +0300
To: bug-BSD-Resource [...] rt.cpan.org
From: Jarkko Hietaniemi <jhietaniemi [...] gmail.com>
Guest via RT wrote: Show quoted text
> Queue: BSD-Resource > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=19412 > >
>> Hmmm, never had a failure reported from Mandriva, I think... >> Does 1.25 work for you?
> It used to work sofar, but it fails now at the same place: > [guillomovitch@n2 BSD-Resource-1.25]$ prove t/setpriority.t > t/setpriority....FAILED test 1 > Failed 1/3 tests, 66.67% okay > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/setpriority.t 3 1 33.33% 1 > Failed 1/1 test scripts, 0.00% okay. 1/3 subtests failed, 66.67% okay. > > I might be related to recent glibc change (2.3 -> 2.4).
Argh. I love such changes. Not.
With BSD-Resource 1.28 this should be fixed.