Subject: | t/90httpstatus.t started to fail |
A new failure on my smoker systems:
...
# Failed test '302 => 302 Server closed connection without sending any data back'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '302'
# Failed test '303 => 303 read timeout'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '303'
# Failed test '305 => 305 read timeout'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '305'
# Failed test '307 => 307 read timeout'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '307'
# Failed test '400 => 400 read timeout'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '400'
# Failed test '401 => 401 read timeout'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '401'
# Failed test '402 => 402 read timeout'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '402'
# Failed test '403 => 403 read timeout'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '403'
# Failed test '404 => 404 read timeout'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '404'
# Failed test '405 => 405 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '405'
# Failed test '406 => 406 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '406'
# Failed test '407 => 407 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '407'
# Failed test '408 => 408 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '408'
# Failed test '409 => 409 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '409'
# Failed test '410 => 410 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '410'
# Failed test '411 => 411 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '411'
# Failed test '412 => 412 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '412'
# Failed test '413 => 413 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '413'
# Failed test '414 => 414 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '414'
# Failed test '415 => 415 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '415'
# Failed test '416 => 416 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '416'
# Failed test '417 => 417 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '417'
# Failed test '418 => 418 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '418'
# Failed test '501 => 501 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '501'
# Failed test '502 => 502 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '502'
# Failed test '503 => 503 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '503'
# Failed test '504 => 504 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '504'
# Failed test '505 => 505 Can't connect to 127.0.0.1:35522'
# at t/90httpstatus.t line 48.
# got: '500'
# expected: '505'
# Looks like you planned 45 tests but ran 41.
# Looks like you failed 28 tests of 41 run.
t/90httpstatus.t ..........
Dubious, test returned 28 (wstat 7168, 0x1c00)
Failed 32/45 subtests
...