Skip Menu |

This queue is for tickets about the POEx-HTTP-Server CPAN distribution.

Report information
The Basics
Id: 82116
Status: open
Priority: 0/
Queue: POEx-HTTP-Server

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

Bug Information
Severity: Important
Broken in:
  • 0.0901
  • 0.0902
Fixed in: (no value)



Subject: tests hang on Windows
Tests of your module hang on Windows. 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 Wed Dec 19 16:04:26 2012, CHORNY wrote: Show quoted text
> Tests of your module hang on Windows. > 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. >
The module is supposed to work on Windows. It never hung before, that I know of.
On Wed Dec 19 23:32:20 2012, GWYN wrote: Show quoted text
> On Wed Dec 19 16:04:26 2012, CHORNY wrote:
Show quoted text
> The module is supposed to work on Windows. It never hung before, that I > know of.
Cpantesters show no reports on Windows: http://matrix.cpantesters.org/?dist=POEx-HTTP-Server+0.0901 20_poe.t 1..33 # Sleep 1 "-" не является внутренней или внешней командой, исполняемой программой или пакетным файлом (Bad command or file name). Terminating on signal SIGINT(2) Possibly this line is the problem: open( CHILD, "-|" ); this form of open is not supported on Windows. -- Alexandr Ciornii, http://chorny.net
Could you test this RC for me on Win32? http://pied.nu/Perl/POEx-HTTP-Server-0.0902-rc3.tar.gz -Philip
On Mon Jul 08 14:35:27 2013, GWYN wrote: Show quoted text
> Could you test this RC for me on Win32? > http://pied.nu/Perl/POEx-HTTP-Server-0.0902-rc3.tar.gz
Same test 1..33 # Sleep 1 not ok 1 - GET http://0.0.0.0:4164 # Failed test 'GET http://0.0.0.0:4164' # at t\20_poe.t line 70. Failed: bless({ _content => "Can't connect to 0.0.0.0:4164 (timeout)\n\nLWP::Protocol::http::Socket: connect: timeout at C:/strawberry514/perl/site/lib/LWP/Protocol/http.pm line 51.\n", _headers => bless({ "client-date" => "Mon, 08 Jul 2013 19:26:59 GMT", "client-warning" => "Internal response", "content-type" => "text/plain", }, "HTTP::Headers"), _msg => "Can't connect to 0.0.0.0:4164 (timeout)", _rc => 500, _request => bless({ _content => "", _headers => bless({ "user-agent" => "t\\20_poe.t/0.1 libwww-perl/6.04" }, "HTTP::Headers"), _method => "GET", _uri => bless(do{\(my $o = "http://0.0.0.0:4164")}, "URI::http"), }, "HTTP::Request"), }, "HTTP::Response") at t\20_poe.t line 70. (hangs) -- Alexandr Ciornii, http://chorny.net