Skip Menu |

This queue is for tickets about the Mail-IMAPQueue CPAN distribution.

Report information
The Basics
Id: 82058
Status: resolved
Priority: 0/
Queue: Mail-IMAPQueue

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

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



Subject: tests hang on Windows
Tests of your module hang on Windows. Hanging tests make cpantesters smokers work incorrectly. I can provide more verbose information if necessary. If your module cannot work on Windows, you can die in Makefile.PL/Build.PL. See http://wiki.cpantesters.org/wiki/CPANAuthorNotes for how to do this. -- Alexandr Ciornii, http://chorny.net
On 2012-12月-17 月 14:37:49, CHORNY wrote: Show quoted text
> Tests of your module hang on Windows. Hanging tests make cpantesters > smokers work incorrectly. > I can provide more verbose information if necessary. If your module > cannot work on Windows, you can die in Makefile.PL/Build.PL. See > http://wiki.cpantesters.org/wiki/CPANAuthorNotes for how to do this. >
It seems to work without any problems on cygwin-1.7.17 / perl-5.14.2 / windows 7. Please provide more details if you still see any issues.
On Mon Mar 11 12:16:23 2013, MAHIRO wrote: Show quoted text
> On 2012-12月-17 月 14:37:49, CHORNY wrote:
> > Tests of your module hang on Windows. Hanging tests make cpantesters > > smokers work incorrectly. > > I can provide more verbose information if necessary. If your module > > cannot work on Windows, you can die in Makefile.PL/Build.PL. See > > http://wiki.cpantesters.org/wiki/CPANAuthorNotes for how to do this. > >
> > It seems to work without any problems on cygwin-1.7.17 / perl-5.14.2 / > windows 7. Please > provide more details if you still see any issues.
From looking at http://deps.cpantesters.org/?module=Mail%3A%3AIMAPQueue&perl=any+version&os=Windows+%28Win32%29 , no cpantester was able to send any report on Windows. perl 5.14.0 and 5.16.2, Windows XP It hangs in $server->stop in 10-queue.t 1..5 1..1 ok 1 ok 1 - simple 1..19 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 2 - incoming_messages 1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 3 - skip_initial 1..39 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 4 - methods 1..0 # SKIP Works only on Linux ok 5 # skip Works only on Linux Terminating on signal SIGINT(2) -- Alexandr Ciornii, http://chorny.net
On 2013-3月-11 月 14:02:46, CHORNY wrote: Show quoted text
> On Mon Mar 11 12:16:23 2013, MAHIRO wrote:
> > On 2012-12月-17 月 14:37:49, CHORNY wrote:
> > > Tests of your module hang on Windows. Hanging tests make
> cpantesters
> > > smokers work incorrectly. > > > I can provide more verbose information if necessary. If your
> module
> > > cannot work on Windows, you can die in Makefile.PL/Build.PL. See > > > http://wiki.cpantesters.org/wiki/CPANAuthorNotes for how to do
> this.
> > >
> > > > It seems to work without any problems on cygwin-1.7.17 / perl-5.14.2
> /
> > windows 7. Please > > provide more details if you still see any issues.
> > From looking at > http://deps.cpantesters.org/?
module=Mail%3A%3AIMAPQueue&perl=any+version&os=Windows+%28Win32%29 Show quoted text
> , no cpantester was able to send any report on Windows. > > perl 5.14.0 and 5.16.2, Windows XP > It hangs in $server->stop in 10-queue.t > 1..5 > 1..1 > ok 1 > ok 1 - simple > 1..19 > ok 1 > ok 2 > ok 3 > ok 4 > ok 5 > ok 6 > ok 7 > ok 8 > ok 9 > ok 10 > ok 11 > ok 12 > ok 13 > ok 14 > ok 15 > ok 16 > ok 17 > ok 18 > ok 19 > ok 2 - incoming_messages > 1..8 > ok 1 > ok 2 > ok 3 > ok 4 > ok 5 > ok 6 > ok 7 > ok 8 > ok 3 - skip_initial > 1..39 > ok 1 > ok 2 > ok 3 > ok 4 > ok 5 > ok 6 > ok 7 > ok 8 > ok 9 > ok 10 > ok 11 > ok 12 > ok 13 > ok 14 > ok 15 > ok 16 > ok 17 > ok 18 > ok 19 > ok 20 > ok 21 > ok 22 > ok 23 > ok 24 > ok 25 > ok 26 > ok 27 > ok 28 > ok 29 > ok 30 > ok 31 > ok 32 > ok 33 > ok 34 > ok 35 > ok 36 > ok 37 > ok 38 > ok 39 > ok 4 - methods > 1..0 # SKIP Works only on Linux > ok 5 # skip Works only on Linux > Terminating on signal SIGINT(2) >
Ok. Thanks for the info. I assume you are not running it on Cygwin. I'll try to see if I can reproduce the issue when I have time.
Fixed the code for ($^O eq 'MSWin32'), and just uploaded 0.02. Please let me know if the issue persists in the new version. Thanks again for reporting.
On Sun Mar 17 09:43:38 2013, MAHIRO wrote: Show quoted text
> Fixed the code for ($^O eq 'MSWin32'), and just uploaded 0.02. Please > let me know if the issue > persists in the new version. Thanks again for reporting.
Now also hangs on Windows, but only perl 5.12 and earlier. 10-queue.t .... ok 4 - methods 1..0 # SKIP Works only on Linux ok 5 # skip Works only on Linux Terminating on signal SIGINT(2) -- Alexandr Ciornii, http://chorny.net