jhthorsen / mojo-apns

Apple Push Notification Service for Mojolicious
1 stars 4 forks source link

Failed test 'got too long message error' #11

Closed eserte closed 3 years ago

eserte commented 5 years ago

The test suite started to fail:

#   Failed test 'got too long message error'
#   at t/send.t line 65.
#                   ''
#     doesn't match '(?^i:too long)'
# Looks like you failed 1 test of 2.
t/send.t ...... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests 

This seems to happen with Mojolicious 8.14. Statistical analysis (note also that it fails also with old Mojolicious, 7.33 or older):

****************************************************************
Regression 'mod:Mojolicious'
****************************************************************
Name                   Theta          StdErr     T-stat
[0='const']           0.0000          0.0000       1.12
[1='eq_7.05']        -0.0000          0.0000      -2.09
[2='eq_7.18']        -0.0000          0.0000      -0.69
[3='eq_7.33']        -0.0000          0.0000      -1.02
[4='eq_7.81']         1.0000          0.0000    5047938414048160.00
[5='eq_7.82']         1.0000          0.0000    5464553629131295.00
[6='eq_7.83']         1.0000          0.0000    5551992039192213.00
[7='eq_7.84']         1.0000          0.0000    5524937270272333.00
[8='eq_7.85']         1.0000          0.0000    5047938414048161.00
[9='eq_8.0']          1.0000          0.0000    3990745719162574.00
[10='eq_8.05']        1.0000          0.0000    3990745719162574.00
[11='eq_8.07']        1.0000          0.0000    4608116230451718.00
[12='eq_8.09']        1.0000          0.0000    4608116230451719.00
[13='eq_8.12']        1.0000          0.0000    4608116230451718.00
[14='eq_8.13']        1.0000          0.0000    4608116230451718.00
[15='eq_8.14']       -0.0000          0.0000      -2.01

R^2= 1.000, N= 106, K= 16
****************************************************************
jhthorsen commented 3 years ago

I decided to remove this module from CPAN, since it's way outdated.