Skip Menu |

This queue is for tickets about the POE-Component-IKC CPAN distribution.

Report information
The Basics
Id: 54522
Status: rejected
Priority: 0/
Queue: POE-Component-IKC

People
Owner: Nobody in particular
Requestors: gregoa [...] debian.org
Cc:
AdminCc:

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



Subject: Test failures
Date: Thu, 11 Feb 2010 18:01:21 +0100
To: bug-POE-Component-IKC [...] rt.cpan.org
From: gregor herrmann <gregoa [...] debian.org>
On Debian we get test failures, i.e. timeouts in t/31_concurrency.t: Show quoted text
> make[1]: Entering directory `/build/user-libpoe-component-ikc-perl_0.2200-1-amd64-BjYwvY/libpoe-component-ikc-perl-0.2200' > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/00_compile.t ........ ok > t/01_pod.t ............ ok > t/02_pod_coverage.t ... ok > t/05_perl_freezer.t ... ok > t/05_specifier.t ...... ok > t/10_server_client.t .. ok > t/20_clientlite.t ..... ok > t/30_local.t .......... ok > Timeout connecting to localhost:43282 at t/31_concurrency.t line 296. > Timeout connecting to localhost:43282 at t/31_concurrency.t line 296. > Timeout connecting to localhost:43282 at t/31_concurrency.t line 296. > Timeout connecting to localhost:43282 at t/31_concurrency.t line 296. > Timeout connecting to localhost:43282 at t/31_concurrency.t line 296. > Timeout connecting to localhost:43282 at t/31_concurrency.t line 296.
The complete bug report can be found at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564384 Please consider looking into this issue. Thanks in advance, gregor, Debian Perl Group -- .''`. http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Nick Cave And The Bad Seeds: There She Goes, My Beautiful World
Download signature.asc
application/pgp-signature 836b

Message body not shown because it is not plain text.

From: acferen [...] yahoo.com
On Thu Feb 11 12:02:45 2010, gregoa@debian.org wrote: Show quoted text
> On Debian we get test failures, i.e. timeouts in t/31_concurrency.t:
This particular test seems to have recurrent issues. See Bug #45825. The problem went away for a while, but recently hangs consistently on Win32 platforms. I suspect something in IKC is tickling something in a module it depends on. Perhaps it is a specific module version. The problem came back for me after I rebuilt the perl install on my win32 machine.
Subject: Re: [rt.cpan.org #54522] Test failures
Date: Fri, 19 Feb 2010 20:29:10 +0100
To: bug-POE-Component-IKC [...] rt.cpan.org
From: gregor herrmann <gregoa [...] debian.org>
FWIW, with POE 1.286 the tests pass again. Output: t/00_compile.t ........ ok t/01_pod.t ............ ok t/02_pod_coverage.t ... ok t/05_perl_freezer.t ... ok t/05_specifier.t ...... ok t/10_server_client.t .. ok t/20_clientlite.t ..... ok t/30_local.t .......... ok t/31_concurrency.t .... ok 2014: }}}}}}}}}}}}}}} Game over t/32_thunk.t .......... ok t/33_thunklite.t ...... ok All tests successful. Files=11, Tests=167, 13 wallclock secs ( 0.16 usr 0.03 sys + 5.11 cusr 0.50 csys = 5.80 CPU) Result: PASS Cheers, gregor -- .''`. http://info.comodo.priv.at/ -- GPG Key IDs: 0x8649AA06, 0x00F3CFE4 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Roy Orbison
Download signature.asc
application/pgp-signature 836b

Message body not shown because it is not plain text.

I'm pretty sure this was an timing issue. I don't think various POE versions are the problem. We shall wait and see.
No new information. Latest IKC version (0.2400) includes a fix for timing issues. We shall see.