That problem seems to be Test::TCP not finding an empty port for setting up a web server. We could solve this by doing something I've been wanting to do for a while: transition away from using Test::TCP for tests. Since it's just PSGI, we should call "App->dance" to get the reference and call methods on that. There is also Test::Plack which abstracts this to make it easier. Does anyone want to help with this? I'll be available to help you if you want. On Sun, Dec 15, 2013 at 3:57 PM, Octavian Rasnita <orasnita@gmail.com>wrote:
Looks like there is a single problem that make more tests break. (Here are all the tests that break):
prove -l "t/charset_server.t" t/charset_server.t .. empty port not found at D:/usr/site/lib/Net/EmptyPort.pm line 37. # Looks like your test exited with 9 before it could output anything.
prove -l "t/context_trigger.t" t/context_trigger.t .. empty port not found at D:/usr/site/lib/Net/EmptyPort.pm line 37. t/context_trigger.t .. Dubious, test returned 9 (wstat 2304, 0x900)
prove -l "t/forward_test_tcp.t" t/forward_test_tcp.t .. empty port not found at D:/usr/site/lib/Net/EmptyPort.pm line 37. t/forward_test_tcp.t .. Dubious, test returned 9 (wstat 2304, 0x900)
prove -l "t/session_config.t" t/session_config.t .. empty port not found at D:/usr/site/lib/Net/EmptyPort.pm line 37. t/session_config.t .. Dubious, test returned 9 (wstat 2304, 0x900)
prove -l "t/session_engines.t" t/session_engines.t .. empty port not found at D:/usr/site/lib/Net/EmptyPort.pm line 37. t/session_engines.t .. Dubious, test returned 9 (wstat 2304, 0x900)
prove -l "t/session_forward.t" t/session_forward.t .. empty port not found at D:/usr/site/lib/Net/EmptyPort.pm line 37. t/session_forward.t .. Dubious, test returned 9 (wstat 2304, 0x900)
prove -l "t/session_lifecycle.t" t/session_lifecycle.t .. # Testing engine YAML empty port not found at D:/usr/site/lib/Net/EmptyPort.pm line 37. t/session_lifecycle.t .. Dubious, test returned 9 (wstat 2304, 0x900)
prove -l "t/shared_engines.t" t/shared_engines.t .. empty port not found at D:/usr/site/lib/Net/EmptyPort.pm line 37. t/shared_engines.t .. Dubious, test returned 9 (wstat 2304, 0x900)
--Octavian
----- Original Message ----- *From:* sawyer x <xsawyerx@gmail.com> *To:* Perl Dancer users mailing list <dancer-users@dancer.pm> *Sent:* Sunday, December 15, 2013 4:01 PM *Subject:* Re: [dancer-users] Is anyone have install Dancer2 on Active Perl 5.16.3.1 on Windows
Could you open a ticket with the failing tests?
On Mon, Dec 9, 2013 at 11:42 AM, sebastien deseille < sebastien.deseille@gmail.com> wrote:
Hello
I saw that Dancer2 is not available via PPM on Active Perl for Windows.
I tried to install and test it with cpan command line but also without success. Is anyone allready installed Dancer2 with Active Perl 5.16.3.1 on Windows ?
If yes how have you done the job ?
-- --
Regards
Sebastien Deseille
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
------------------------------
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users