zoffixznet / WebService-Rollbar-Notifier

WebService::Rollbar::Notifier Perl module
3 stars 3 forks source link

Can't locate object method "success" via package "Mojo::Transaction::HTTP" #13

Closed eserte closed 3 years ago

eserte commented 3 years ago

The test suite started to fail:

Can't locate object method "success" via package "Mojo::Transaction::HTTP" at t/01-notify.t line 103.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 2.
t/01-notify.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
All 2 subtests passed 

Statistical analysis suggests that this happens with Mojolicious 9.x:

****************************************************************
Regression 'mod:Mojolicious'
****************************************************************
Name                   Theta          StdErr     T-stat
[0='const']           1.0000          0.0000    36065426888141720.00
[1='eq_7.43']         0.0000          0.0000       2.86
[2='eq_7.44']         0.0000          0.0000       2.27
[3='eq_7.45']         0.0000          0.0000       2.37
[4='eq_7.46']         0.0000          0.0000       0.46
[5='eq_7.48']         0.0000          0.0000       1.51
[6='eq_7.53']         0.0000          0.0000       3.50
[7='eq_7.61']         0.0000          0.0000       1.42
[8='eq_7.67']         0.0000          0.0000       0.63
[9='eq_7.68']         0.0000          0.0000       0.00
[10='eq_7.71']        0.0000          0.0000       0.82
[11='eq_7.75']        0.0000          0.0000       3.54
[12='eq_7.81']        0.0000          0.0000       1.00
[13='eq_7.84']        0.0000          0.0000       1.00
[14='eq_7.85']       -0.0000          0.0000      -0.50
[15='eq_8.0']         0.0000          0.0000       2.53
[16='eq_8.05']        0.0000          0.0000       1.50
[17='eq_8.07']        0.0000          0.0000       1.50
[18='eq_8.09']        0.0000          0.0000       2.53
[19='eq_8.12']        0.0000          0.0000       2.53
[20='eq_8.13']        0.0000          0.0000       3.00
[21='eq_8.14']        0.0000          0.0000       5.66
[22='eq_8.15']        0.0000          0.0000       3.80
[23='eq_8.16']        0.0000          0.0000       3.00
[24='eq_8.36']        0.0000          0.0000       8.01
[25='eq_8.50']        0.0000          0.0000       5.01
[26='eq_9.01']       -1.0000          0.0000    -30174501017195428.00
[27='eq_9.02']       -1.0000          0.0000    -30174501017195436.00

R^2= 1.000, N= 114, K= 28
****************************************************************
zoffixznet commented 3 years ago

Thank you. Fixed.