Skip Menu |

This queue is for tickets about the Log-ger-Layout-JSON CPAN distribution.

Report information
The Basics
Id: 129285
Status: open
Priority: 0/
Queue: Log-ger-Layout-JSON

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

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



Subject: Test suite started to fail (with latest Log::ger?)
See subject. Log excerpt: ... # Failed test at t/01-basic.t line 86. # got: 'My::P1' # expected: 'main' # Failed test at t/01-basic.t line 97. # got: 'My::P1::x' # expected: 'x' # Looks like you failed 2 tests of 15. # Failed test 'conf:add_special fields' # at t/01-basic.t line 102. # Looks like you failed 1 test of 5. t/01-basic.t ............. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/5 subtests ... Statistical analysis suggests that it fails with Log::ger 0.027: **************************************************************** Regression 'mod:Log::ger' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 44624946971113792.00 [1='eq_0.011'] 0.0000 0.0000 12.36 [2='eq_0.012'] 0.0000 0.0000 5.70 [3='eq_0.019'] 0.0000 0.0000 8.29 [4='eq_0.020'] 0.0000 0.0000 2.97 [5='eq_0.023'] 0.0000 0.0000 18.99 [6='eq_0.024'] 0.0000 0.0000 8.75 [7='eq_0.025'] 0.0000 0.0000 8.75 [8='eq_0.027'] -1.0000 0.0000 -33566429298269056.00 R^2= 1.000, N= 172, K= 9 ****************************************************************
On 2019-04-23 02:05:27, SREZIC wrote: Show quoted text
> See subject. Log excerpt: > > ... > # Failed test at t/01-basic.t line 86. > # got: 'My::P1' > # expected: 'main' > > # Failed test at t/01-basic.t line 97. > # got: 'My::P1::x' > # expected: 'x' > # Looks like you failed 2 tests of 15. > > # Failed test 'conf:add_special fields' > # at t/01-basic.t line 102. > # Looks like you failed 1 test of 5. > t/01-basic.t ............. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/5 subtests > ... > > Statistical analysis suggests that it fails with Log::ger 0.027: > > **************************************************************** > Regression 'mod:Log::ger' > **************************************************************** > Name Theta StdErr T-stat > [0='const'] 1.0000 0.0000 44624946971113792.00 > [1='eq_0.011'] 0.0000 0.0000 12.36 > [2='eq_0.012'] 0.0000 0.0000 5.70 > [3='eq_0.019'] 0.0000 0.0000 8.29 > [4='eq_0.020'] 0.0000 0.0000 2.97 > [5='eq_0.023'] 0.0000 0.0000 18.99 > [6='eq_0.024'] 0.0000 0.0000 8.75 > [7='eq_0.025'] 0.0000 0.0000 8.75 > [8='eq_0.027'] -1.0000 0.0000 -33566429298269056.00 > > R^2= 1.000, N= 172, K= 9 > ****************************************************************
With 0.002 the situation seems to be the other way around --- probably it fails now with older Log::ger: # Failed test at t/01-basic.t line 86. # got: 'main' # expected: 'My::P1' # Failed test at t/01-basic.t line 97. # got: 'x' # expected: 'My::P1::x' # Looks like you failed 2 tests of 15. # Failed test 'conf:add_special fields' # at t/01-basic.t line 102. # Looks like you failed 1 test of 5. t/01-basic.t ............. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/5 subtests Statistical analysis: **************************************************************** Regression 'mod:Log::ger::Layout::LTSV' **************************************************************** Name Theta StdErr T-stat [0='const'] 0.0000 0.0000 6.85 [1='eq_0.003'] 1.0000 0.0000 55012769279357704.00 [2='eq_0.004'] 1.0000 0.0000 44748555735334432.00 R^2= 1.000, N= 54, K= 3 ****************************************************************
Yes, in some cases I want (need) to do some change that breaks some dependants. I have released the updated plugins together along with Log::ger 0.033, and if there's a nice way to let clients update the modules together, I'd do it. Relevant discussion: https://perlmonks.org/?node_id=11113958