nicomen / mojo-useragent-cached

Mojo::UserAgent::Cached - Caching, Non-blocking I/O HTTP, Local file and WebSocket user agent
3 stars 2 forks source link

Failed test 'right "Content-Length" value' #5

Open eserte opened 2 years ago

eserte commented 2 years ago

The test suite started to fail:

#   Failed test 'right "Content-Length" value'
#   at t/mojo/user_agent.t line 356.
#          got: '289'
#     expected: '262144'
...
# Looks like you failed 1 test of 232.
t/mojo/user_agent.t ......... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/232 subtests 

Statistical analysis suggests that this is a Mojolicious 9.23 regression:

****************************************************************
Regression 'mod:Mojolicious'
****************************************************************
Name                   Theta          StdErr     T-stat
[0='const']           1.0000          0.0000    26708987561782960.00
[1='eq_9.19']         0.0000          0.0000      11.40
[2='eq_9.20']         0.0000          0.0000       8.04
[3='eq_9.21']         0.0000          0.0000      10.98
[4='eq_9.22']         0.0000          0.0000      11.62
[5='eq_9.23']        -1.0000          0.0000    -25803333417805632.00

R^2= 1.000, N= 117, K= 6
****************************************************************
nicomen commented 2 years ago

Hi, thanks for reporting. I may have fixed this by now. Could you check?