Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the SVN-Hooks CPAN distribution.

Report information
The Basics
Id: 41000
Status: resolved
Priority: 0/
Queue: SVN-Hooks

People
Owner: GNUSTAVO [...] cpan.org
Requestors: angel [...] grupoikusnet.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.12.410
Fixed in: (no value)



Subject: Failed test
Hi! Im packaging svn-look for debian and when done I want package svn-hooks, but in Debian and in Ubuntu intrepid I get this error in make test: /tmp/SVN-Hooks-0.12.410$ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load..............NOK 1/1 # Failed test 'commit' # at t/test-functions.pl line 43. # work_ok command failed. # Looks like you failed 1 test of 1. t/00-load..............dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/02-allowlogchange....ok t/02-checklog..........ok t/02-checkmimetypes....ok t/02-checkproperty.....ok t/02-checkstructure....ok t/02-denychanges.......ok t/02-denyfilenames.....ok t/02-jiraacceptance....ok t/02-mailer............ok t/02-notify............ok t/02-updateconffile....ok t/pod-coverage.........ok t/pod..................ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/00-load.t 1 256 1 1 1 Failed 1/14 test scripts. 1/125 subtests failed. Files=14, Tests=125, 101 wallclock secs (11.82 cusr + 4.67 csys = 16.49 CPU) Failed 1/14 test programs. 1/125 subtests failed. make: *** [test_dynamic] Error 255 If you need more info please contact me. Cheers!
Subject: Re: [rt.cpan.org #41000] Failed test
Date: Mon, 17 Nov 2008 21:18:55 -0200
To: bug-SVN-Hooks [...] rt.cpan.org
From: "Gustavo Leite de Mendonça Chaves" <gustavo [...] gnustavo.com>
Hi. Thank you for your interest in the module. I think I found the problem. I dropped a plugin (SVN::Hooks::AccessControl.pm) but forgot to take it out from the t/00-load.t test. (I must have uploaded the last version without testing it... scary and unforgivable.) Please, apply the following patch to it and tell me if it works so that I can upload a new version: $ svn diff t/00-load.t Index: t/00-load.t =================================================================== --- t/00-load.t (revisão 462) +++ t/00-load.t (cópia de trabalho) @@ -18,7 +18,6 @@ set_hook(<<'EOS'); use SVN::Hooks::CheckMimeTypes; -use SVN::Hooks::AccessControl; use SVN::Hooks::DenyChanges; use SVN::Hooks::CheckMimeTypes; use SVN::Hooks::CheckProperty; Gustavo. On Mon, Nov 17, 2008 at 4:02 PM, https://id.launchpad.net/247/angel-abad via RT <bug-SVN-Hooks@rt.cpan.org> wrote: Show quoted text
> Mon Nov 17 13:02:02 2008: Request 41000 was acted upon. > Transaction: Ticket created by https://id.launchpad.net/247/angel-abad > Queue: SVN-Hooks > Subject: Failed test > Broken in: 0.12.410 > Severity: Critical > Owner: Nobody > Requestors: angel@grupoikusnet.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=41000 > > > > Hi! Im packaging svn-look for debian and when done I want package > svn-hooks, but in Debian and in Ubuntu intrepid I get this error in make > test: > > /tmp/SVN-Hooks-0.12.410$ make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/00-load..............NOK 1/1 > > # Failed test 'commit' > # at t/test-functions.pl line 43. > # work_ok command failed. > # Looks like you failed 1 test of 1. > t/00-load..............dubious > > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED test 1 > Failed 1/1 tests, 0.00% okay > t/02-allowlogchange....ok > > t/02-checklog..........ok > > t/02-checkmimetypes....ok > > t/02-checkproperty.....ok > > t/02-checkstructure....ok > > t/02-denychanges.......ok > > t/02-denyfilenames.....ok > > t/02-jiraacceptance....ok > > t/02-mailer............ok > > t/02-notify............ok > > t/02-updateconffile....ok > > t/pod-coverage.........ok > > t/pod..................ok > > Failed Test Stat Wstat Total Fail List of Failed > > ------------------------------------------------------------------------------- > t/00-load.t 1 256 1 1 1 > Failed 1/14 test scripts. 1/125 subtests failed. > Files=14, Tests=125, 101 wallclock secs (11.82 cusr + 4.67 csys = 16.49 > CPU) > Failed 1/14 test programs. 1/125 subtests failed. > make: *** [test_dynamic] Error 255 > > If you need more info please contact me. > > Cheers! > >
From: angel [...] grupoikusnet.com
Hi! that was quick! Ok, it works correctly now... Thanks for your free software. Cheers! On Lun. Nov. 17 18:19:34 2008, gustavo@gnustavo.com wrote: Show quoted text
> Hi. Thank you for your interest in the module. > > I think I found the problem. I dropped a plugin > (SVN::Hooks::AccessControl.pm) but forgot to take it out from the > t/00-load.t test. (I must have uploaded the last version without > testing > it... scary and unforgivable.) > > Please, apply the following patch to it and tell me if it works so > that I > can upload a new version: > > $ svn diff t/00-load.t > Index: t/00-load.t > =================================================================== > --- t/00-load.t (revisão 462) > +++ t/00-load.t (cópia de trabalho) > @@ -18,7 +18,6 @@ > > set_hook(<<'EOS'); > use SVN::Hooks::CheckMimeTypes; > -use SVN::Hooks::AccessControl; > use SVN::Hooks::DenyChanges; > use SVN::Hooks::CheckMimeTypes; > use SVN::Hooks::CheckProperty; > > Gustavo. > > On Mon, Nov 17, 2008 at 4:02 PM, https://id.launchpad.net/247/angel- > abad via > RT <bug-SVN-Hooks@rt.cpan.org> wrote: >
> > Mon Nov 17 13:02:02 2008: Request 41000 was acted upon. > > Transaction: Ticket created by https://id.launchpad.net/247/angel-
> abad
> > Queue: SVN-Hooks > > Subject: Failed test > > Broken in: 0.12.410 > > Severity: Critical > > Owner: Nobody > > Requestors: angel@grupoikusnet.com > > Status: new > > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=41000 > > > > > > > Hi! Im packaging svn-look for debian and when done I want package > > svn-hooks, but in Debian and in Ubuntu intrepid I get this error in
> make
> > test: > > > > /tmp/SVN-Hooks-0.12.410$ make test > > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > > t/00-load..............NOK 1/1 > > > > # Failed test 'commit' > > # at t/test-functions.pl line 43. > > # work_ok command failed. > > # Looks like you failed 1 test of 1. > > t/00-load..............dubious > > > > Test returned status 1 (wstat 256, 0x100) > > DIED. FAILED test 1 > > Failed 1/1 tests, 0.00% okay > > t/02-allowlogchange....ok > > > > t/02-checklog..........ok > > > > t/02-checkmimetypes....ok > > > > t/02-checkproperty.....ok > > > > t/02-checkstructure....ok > > > > t/02-denychanges.......ok > > > > t/02-denyfilenames.....ok > > > > t/02-jiraacceptance....ok > > > > t/02-mailer............ok > > > > t/02-notify............ok > > > > t/02-updateconffile....ok > > > > t/pod-coverage.........ok > > > > t/pod..................ok > > > > Failed Test Stat Wstat Total Fail List of Failed > > > >
>
------------------------------------------------------------------------------- Show quoted text
> > t/00-load.t 1 256 1 1 1 > > Failed 1/14 test scripts. 1/125 subtests failed. > > Files=14, Tests=125, 101 wallclock secs (11.82 cusr + 4.67 csys =
> 16.49
> > CPU) > > Failed 1/14 test programs. 1/125 subtests failed. > > make: *** [test_dynamic] Error 255 > > > > If you need more info please contact me. > > > > Cheers! > > > >
Subject: Re: [rt.cpan.org #41000] Failed test
Date: Tue, 18 Nov 2008 23:21:10 -0200
To: bug-SVN-Hooks [...] rt.cpan.org
From: "Gustavo Leite de Mendonça Chaves" <gustavo [...] gnustavo.com>
On Tue, Nov 18, 2008 at 7:52 AM, https://id.launchpad.net/247/angel-abad via RT <bug-SVN-Hooks@rt.cpan.org> wrote: Show quoted text
> Queue: SVN-Hooks > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=41000 > > > Hi! that was quick!
Ok, it works correctly now... Show quoted text
>
Great. I just uploaded version 0.12.477 to PAUSE. It should appear shortly at http://www.cpan.org/pub/CPAN/authors/id/G/GN/GNUSTAVO/modules/ Gustavo.
Resolved on version 0.12.477.
Subject: Re: [rt.cpan.org #41000] Failed test
Date: Wed, 19 Nov 2008 10:25:06 +0100
To: Gustavo Leite de Mendonça Chaves via RT <bug-SVN-Hooks [...] rt.cpan.org>
From: "Angel Abad (Ikusnet SLL)" <angel [...] grupoikusnet.com>
On mar, nov 18, 2008 at 08:21:24 -0500, Gustavo Leite de Mendonça Chaves via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=41000 > > > On Tue, Nov 18, 2008 at 7:52 AM, https://id.launchpad.net/247/angel-abad via > RT <bug-SVN-Hooks@rt.cpan.org> wrote: >
> > Queue: SVN-Hooks > > Ticustket <URL: http://rt.cpan.org/Ticket/Display.html?id=41000 > > > > > Hi! that was quick!
> > Ok, it works correctly now...
> >
> > Great. I just uploaded version 0.12.477 to PAUSE. It should appear shortly > at http://www.cpan.org/pub/CPAN/authors/id/G/GN/GNUSTAVO/modules/
Thanks Gustavo! Show quoted text
> Gustavo. >
Show quoted text
> On Tue, Nov 18, 2008 at 7:52 AM, <a href="https://id.launchpad.net/247/angel-abad">https://id.launchpad.net/247/angel-abad</a> via RT <span dir="ltr">&lt;<a href="mailto:bug-SVN-Hooks@rt.cpan.org">bug-SVN-Hooks@rt.cpan.org</a>&gt;</span> wrote:<br> > <div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"> &nbsp; &nbsp; &nbsp; Queue: SVN-Hooks<br> > &nbsp;Ticket &lt;URL: <a href="http://rt.cpan.org/Ticket/Display.html?id=41000" target="_blank">http://rt.cpan.org/Ticket/Display.html?id=41000</a> &gt;<br> > <br> > </div>Hi! that was quick!&nbsp;</blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Ok, it works correctly now...<br> > </blockquote><div>&nbsp;<br>Great. I just uploaded version 0.12.477 to PAUSE. It should appear shortly at <a href="http://www.cpan.org/pub/CPAN/authors/id/G/GN/GNUSTAVO/modules/">http://www.cpan.org/pub/CPAN/authors/id/G/GN/GNUSTAVO/modules/</a><br> > <br>Gustavo.<br><br></div></div><br>
Download signature.asc
application/pgp-signature 197b

Message body not shown because it is not plain text.