Skip Menu |

This queue is for tickets about the String-FlexMatch CPAN distribution.

Report information
The Basics
Id: 131611
Status: new
Priority: 0/
Queue: String-FlexMatch

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

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



Subject: Test suite fails (with newest YAML?)
The test suite started to fail: ... # Failed test 'Matching hash' # at t/01_eq_hash.t line 19. # Looks like you failed 1 test of 4. t/01_eq_hash.t ............... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests # Failed test 'a - flex string' # at /usr/home/cpansand/.cpan/build/2020012922/String-FlexMatch-1.100820-2/blib/lib/String/FlexMatch/Test.pm line 53. # got: 'HASH(0x41b4aaf8)' # expected: 'Error 1 at file /foo/bar/lib/Baz.pm line 73' ... (etc) ... Statistical analysis suggests that the failure happens with the newest YAML.pm: **************************************************************** Regression 'mod:YAML' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 45633797088537952.00 [1='eq_1.15'] 0.0000 0.0000 2.39 [2='eq_1.18'] 0.0000 0.0000 2.27 [3='eq_1.18_001'] 0.0000 0.0000 1.79 [4='eq_1.19'] 0.0000 0.0000 2.93 [5='eq_1.20'] 0.0000 0.0000 1.46 [6='eq_1.21'] 0.0000 0.0000 2.33 [7='eq_1.23'] 0.0000 0.0000 4.66 [8='eq_1.24'] 0.0000 0.0000 4.66 [9='eq_1.26'] 0.0000 0.0000 4.28 [10='eq_1.27'] 0.0000 0.0000 4.14 [11='eq_1.28'] 0.0000 0.0000 2.93 [12='eq_1.29'] 0.0000 0.0000 3.58 [13='eq_1.30'] -1.0000 0.0000 -43604602953614752.00 R^2= 1.000, N= 96, K= 14 **************************************************************** Possibly caused by this change: https://metacpan.org/source/TINITA/YAML-1.30/Changes#L2
RT-Send-CC: TINITA [...] cpan.org
On 2020-01-29 17:49:57, SREZIC wrote: Show quoted text
> The test suite started to fail: > > ... > # Failed test 'Matching hash' > # at t/01_eq_hash.t line 19. > # Looks like you failed 1 test of 4. > t/01_eq_hash.t ............... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/4 subtests > > # Failed test 'a - flex string' > # at /usr/home/cpansand/.cpan/build/2020012922/String-FlexMatch- > 1.100820-2/blib/lib/String/FlexMatch/Test.pm line 53. > # got: 'HASH(0x41b4aaf8)' > # expected: 'Error 1 at file /foo/bar/lib/Baz.pm line 73' > > ... (etc) ... > > > Statistical analysis suggests that the failure happens with the newest > YAML.pm: > > **************************************************************** > Regression 'mod:YAML' > **************************************************************** > Name Theta StdErr T-stat > [0='const'] 1.0000 0.0000 45633797088537952.00 > [1='eq_1.15'] 0.0000 0.0000 2.39 > [2='eq_1.18'] 0.0000 0.0000 2.27 > [3='eq_1.18_001'] 0.0000 0.0000 1.79 > [4='eq_1.19'] 0.0000 0.0000 2.93 > [5='eq_1.20'] 0.0000 0.0000 1.46 > [6='eq_1.21'] 0.0000 0.0000 2.33 > [7='eq_1.23'] 0.0000 0.0000 4.66 > [8='eq_1.24'] 0.0000 0.0000 4.66 > [9='eq_1.26'] 0.0000 0.0000 4.28 > [10='eq_1.27'] 0.0000 0.0000 4.14 > [11='eq_1.28'] 0.0000 0.0000 2.93 > [12='eq_1.29'] 0.0000 0.0000 3.58 > [13='eq_1.30'] -1.0000 0.0000 -43604602953614752.00 > > R^2= 1.000, N= 96, K= 14 > **************************************************************** > > > Possibly caused by this change: > https://metacpan.org/source/TINITA/YAML-1.30/Changes#L2
Cc to TINITA