Skip Menu |

This queue is for tickets about the Test-DBIx-Class-Stats CPAN distribution.

Report information
The Basics
Id: 114662
Status: resolved
Priority: 0/
Queue: Test-DBIx-Class-Stats

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc: exodist7 [...] gmail.com
AdminCc:

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



CC: exodist7 [...] gmail.com
Subject: Tests fail (with recent Test::Builder?)
One of my smokers reported the following failure: PERL_DL_NONLAZY=1 "/opt/perl-5.24.0t/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/basic.t Undefined subroutine &Test::Builder::_copy called at /tmpfs/.cpan-build-cpansand/2016052421/Test-DBIx-Class-Stats-0.01-rC39Fu/blib/lib/Test/DBIx/Class/Stats.pm line 95. # Test ended with extra hubs on the stack! t/basic.t .. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run I think this is due to changes in the internals of Test::Builder. This smoker has the recent stable version of Test-Simple installed, 1.302019.
RT-Send-CC: exodist7 [...] gmail.com
On 2016-05-24 18:11:25, SREZIC wrote: Show quoted text
> One of my smokers reported the following failure: > > PERL_DL_NONLAZY=1 "/opt/perl-5.24.0t/bin/perl" "- > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', > 'blib/arch')" t/basic.t > Undefined subroutine &Test::Builder::_copy called at /tmpfs/.cpan- > build-cpansand/2016052421/Test-DBIx-Class-Stats-0.01- > rC39Fu/blib/lib/Test/DBIx/Class/Stats.pm line 95. > # Test ended with extra hubs on the stack! > t/basic.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > No subtests run > > I think this is due to changes in the internals of Test::Builder. This > smoker has the recent stable version of Test-Simple installed, > 1.302019.
I have now statistical analysis --- it still looks like the failure depends on Test::Builder/Test::More version (negative theta means there are fails): **************************************************************** Regression 'mod:Test::More' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 18675046543721292.00 [1='eq_1.001003'] 0.0000 0.0000 1.51 [2='eq_1.001006'] -0.0000 0.0000 -1.85 [3='eq_1.001014'] 0.0000 0.0000 0.00 [4='eq_1.302015'] -1.0000 0.0000 -17468906462165480.00 [5='eq_1.302019'] -1.0000 0.0000 -17805958231858450.00 R^2= 1.000, N= 56, K= 6 ****************************************************************
https://metacpan.org/source/OSFAMERON/Test-DBIx-Class-Stats-0.01/lib/Test/DBIx/Class/Stats.pm#L80 The mentioned PR was merged: https://github.com/Test-More/test-more/pull/395 This module can be made to work trivially based on its own comment.