Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 112860
Status: resolved
Priority: 0/
Queue: Net-DNS

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

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



Subject: improperly terminated AXFR at t/08-IPv4.t line 446.
Date: Wed, 9 Mar 2016 09:52:11 -0800
To: bug-net-dns [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
This test fails on CentoS 7.2 with the RPM-supplied Perl 5.16.3: $ prove -l t/08-IPv4.t t/08-IPv4.t .. 70/77 improperly terminated AXFR at t/08-IPv4.t line 446. # Looks like you planned 77 tests but ran 70. # Looks like your test exited with 255 just after 70. t/08-IPv4.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 7/77 subtests $ perl -v This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi (with 29 registered patches, see perl -V for more detail) $ cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core)
On Wed 09 Mar 2016 12:52:29, DWHEELER wrote: Show quoted text
> This test fails on CentoS 7.2 with the RPM-supplied Perl 5.16.3: > > $ prove -l t/08-IPv4.t > t/08-IPv4.t .. 70/77 improperly terminated AXFR at t/08-IPv4.t line > 446. > # Looks like you planned 77 tests but ran 70. > # Looks like your test exited with 255 just after 70. > t/08-IPv4.t .. Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 7/77 subtests > > $ perl -v > > This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64- > linux-thread-multi > (with 29 registered patches, see perl -V for more detail) > > $ cat /etc/redhat-release > CentOS Linux release 7.2.1511 (Core)
I actually get the same test failure using perl 5.22.1 on OS X. Using 5.10.1 I get: Can't use string ("") as a subroutine ref while "strict refs" in use at t/08-IPv4.t line 446. # Looks like you planned 77 tests but ran 70. # Looks like your test exited with 255 just after 70. I can install version 1.04 without issues. On debian, 1.05 tests pass just fine for me. -- Michiel
On Thu 24 Mar 2016 09:33:16, MICHIELB wrote: Show quoted text
> On Wed 09 Mar 2016 12:52:29, DWHEELER wrote:
> > This test fails on CentoS 7.2 with the RPM-supplied Perl 5.16.3: > > > > $ prove -l t/08-IPv4.t > > t/08-IPv4.t .. 70/77 improperly terminated AXFR at t/08-IPv4.t line > > 446. > > # Looks like you planned 77 tests but ran 70. > > # Looks like your test exited with 255 just after 70. > > t/08-IPv4.t .. Dubious, test returned 255 (wstat 65280, 0xff00) > > Failed 7/77 subtests > > > > $ perl -v > > > > This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64- > > linux-thread-multi > > (with 29 registered patches, see perl -V for more detail) > > > > $ cat /etc/redhat-release > > CentOS Linux release 7.2.1511 (Core)
> > I actually get the same test failure using perl 5.22.1 on OS X. Using > 5.10.1 I get: > > Can't use string ("") as a subroutine ref while "strict refs" in use > at t/08-IPv4.t line 446. > # Looks like you planned 77 tests but ran 70. > # Looks like your test exited with 255 just after 70. > > I can install version 1.04 without issues. > On debian, 1.05 tests pass just fine for me.
Apparently, this is fixed in SVN, r1467, on CPAN as 1.05_01 (dev release). -- Michiel
Fixed in the upcoming 1.06 release