kberov / Ado

Ado - framework for web projects on Mojolicious | Note! Now I work on a replacement - https://github.com/kberov/Slovo
Other
32 stars 9 forks source link

Tests fail with Mojolicious 6.49 and later #104

Closed eserte closed 8 years ago

eserte commented 8 years ago

A sample fail report: http://www.cpantesters.org/cpan/report/d300dcc4-de0b-11e5-b6c4-234fc9a23a6f

Statistical analysis from test reports generated on my smokers (negative theta is bad):

****************************************************************
Regression 'mod:Mojolicious'
****************************************************************
Name                   Theta          StdErr     T-stat
[0='const']           1.0000          0.0000    31399109940249560.00
[1='eq_6.14']        -0.0000          0.0000      -0.17
[2='eq_6.17']         0.0000          0.0000       0.00
[3='eq_6.19']        -0.0000          0.0000      -0.68
[4='eq_6.20']        -0.0000          0.0000      -1.71
[5='eq_6.23']        -0.0000          0.0000      -0.68
[6='eq_6.27']        -0.0000          0.0000      -1.14
[7='eq_6.28']        -0.0000          0.0000      -2.85
[8='eq_6.29']        -0.0000          0.0000      -3.32
[9='eq_6.31']        -0.0000          0.0000      -1.71
[10='eq_6.32']       -0.0000          0.0000      -0.34
[11='eq_6.34']       -0.0000          0.0000      -0.68
[12='eq_6.36']       -0.0000          0.0000      -0.34
[13='eq_6.37']       -0.0000          0.0000      -1.71
[14='eq_6.38']        0.0000          0.0000       0.68
[15='eq_6.41']       -0.0000          0.0000      -0.34
[16='eq_6.49']       -1.0000          0.0000    -17881629755579788.00
[17='eq_6.50']       -1.0000          0.0000    -20315118605860560.00

R^2= 1.000, N= 81, K= 18
****************************************************************
kberov commented 8 years ago

This should be solved now. I updated to the latest version: Mojolicious 6.58. One of your test-runs http://www.cpantesters.org/cpan/report/7609dcbe-036d-11e6-b2cc-92eafbd2507e Thanks, Slaven!