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 7.06 #107

Closed eserte closed 7 years ago

eserte commented 7 years ago

My smokers started to report the following failure with Ado-0.931:

#   Failed test 'content is similar'
#   at t/basic.t line 32.
#                   'Ado::Control::Default::form'
#     doesn't match '(?^:Controller: default; Action: form)'
# Looks like you failed 1 test of 22.
t/basic.t ........................ 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/22 subtests 

Statistical analysis suggests that this failure happens with Mojolicious 7.06:

****************************************************************
Regression 'mod:Mojolicious'
****************************************************************
Name                   Theta          StdErr     T-stat
[0='const']           1.0000          0.0913      10.95
[1='eq_7.0']          0.0000          0.1292       0.00
[2='eq_7.01']        -0.0000          0.1582      -0.00
[3='eq_7.03']        -0.0323          0.0942      -0.34
[4='eq_7.05']         0.0000          0.1582       0.00
[5='eq_7.06']        -1.0000          0.0947     -10.56

R^2= 0.939, N= 64, K= 6
****************************************************************
kberov commented 7 years ago

Fixed with Mojolicious 7.11. Thanks! Sorry for the late update.