Skip Menu |

This queue is for tickets about the IO-Socket-IP CPAN distribution.

Report information
The Basics
Id: 92977
Status: rejected
Priority: 0/
Queue: IO-Socket-IP

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

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



Subject: Acme::Override::INET breaks RT::Client::REST test
The test hangs and has to be manually interrupted. Failed on my 18.2 with Acme::Override::INET. Passed on my 18.1 without the override. The test output is below. I've not had tuits to do any diagnosis. MELMOTHX/RT-Client-REST-0.45.tar.gz /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /Users/david/perl5/perlbrew/perls/18.2/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'b lib/arch')" t/*.t t/01-use.t ........... ok t/026-group.t ........ ok t/10-core.t .......... ok t/20-object.t ........ ok t/21-user.t .......... ok t/22-ticket.t ........ ok t/23-attachment.t .... ok t/24-transaction.t ... ok t/25-queue.t ......... ok t/35-db.t ............ ok t/40-search.t ........ ok t/80-timeout.t ....... # Acme::Override::INET replaced IO::Socket::INET with IO::Socket::IP 0.25 t/80-timeout.t ....... ok t/81-submit.t ........ # Acme::Override::INET replaced IO::Socket::INET with IO::Socket::IP 0.25 t/81-submit.t ........ ok t/82-stringify.t ..... # Acme::Override::INET replaced IO::Socket::INET with IO::Socket::IP 0.25 t/82-stringify.t ..... ok our request to http://localhost:61879 timed out t/83-attachments.t ... # Acme::Override::INET replaced IO::Socket::INET with IO::Socket::IP 0.25 addr is not a string# Looks like your test exited with 22 before it could output anything.
I'm going to close this now. The Acme::Override::INET test was a temporary experiment to check the viability of pulling IO::Socket::IP into core, which was found to be fine. You don't want to be using it any more. -- Paul Evans