Grinnz / Mojolicious-Plugin-Log-Any

Mojolicious::Plugin::Log::Any - Use other loggers in a Mojolicious application
https://metacpan.org/pod/Mojolicious::Plugin::Log::Any
Other
0 stars 1 forks source link

Test suite started to fail (with newer Mojolicious?) #1

Closed eserte closed 5 years ago

eserte commented 5 years ago

On my smoker systems:

#   Failed test 'debug log message'
#   at t/plugin.t line 49.
# []

#   Failed test 'info log message'
#   at t/plugin.t line 49.
# []

#   Failed test 'warn log message'
#   at t/plugin.t line 49.
# []

#   Failed test 'error log message'
#   at t/plugin.t line 49.
# []

#   Failed test 'debug log message'
#   at t/plugin.t line 59.
# []

#   Failed test 'info log message'
#   at t/plugin.t line 59.
# []

#   Failed test 'warn log message'
#   at t/plugin.t line 59.
# []

#   Failed test 'error log message'
#   at t/plugin.t line 59.
# []
# Looks like you failed 8 tests of 20.
t/plugin.t ............. 
Dubious, test returned 8 (wstat 2048, 0x800)
Failed 8/20 subtests 

Statistical analysis suggests that this happens with newer Mojolicious --- last passing version on my system is 8.05, first failing is 8.07:

****************************************************************
Regression 'mod:Mojolicious'
****************************************************************
Name                   Theta          StdErr     T-stat
[0='const']           1.0000          0.0000    35655363159070148.00
[1='eq_7.58']        -0.0000          0.0000      -3.23
[2='eq_7.59']        -0.0000          0.0000      -1.39
[3='eq_7.60']        -0.0000          0.0000      -1.83
[4='eq_7.61']         0.0000          0.0000       0.00
[5='eq_7.62']         0.0000          0.0000       0.96
[6='eq_7.67']         0.0000          0.0000       2.57
[7='eq_7.70']        -0.0000          0.0000      -4.04
[8='eq_7.71']         0.0000          0.0000       5.50
[9='eq_7.75']         0.0000          0.0000       3.23
[10='eq_7.81']        0.0000          0.0000       1.62
[11='eq_7.83']        0.0000          0.0000       4.20
[12='eq_7.84']       -0.0000          0.0000      -5.14
[13='eq_7.85']       -0.0000          0.0000      -3.23
[14='eq_8.0']        -0.0000          0.0000      -5.60
[15='eq_8.05']        0.0000          0.0000       0.00
[16='eq_8.07']       -1.0000          0.0000    -33010451877356884.00
[17='eq_8.08']       -1.0000          0.0000    -33352538235560568.00

R^2= 1.000, N= 106, K= 18
****************************************************************
Grinnz commented 5 years ago

Hopefully fixed in 0.005. Thanks for the report.