Skip Menu |

This queue is for tickets about the URL-Check CPAN distribution.

Report information
The Basics
Id: 131393
Status: new
Priority: 0/
Queue: URL-Check

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.11
Fixed in: (no value)



Subject: Test suite may fail (https issue?)
On some of my smokers the test suite fails like this: ... # Failed test 'check console output' # at t/02-test-to-console.t line 23. # got: 'ERROR REPORT: 4 errors reported # http://www.apple.com : cannot load content # http://www.apple.ch : cannot load content # http://aaa.bbb.ccc.ddd : cannot load content # http://zzz.yyy.xxx.www : cannot load content # ' # expected: 'ERROR REPORT: 2 errors reported # http://aaa.bbb.ccc.ddd : cannot load content # http://zzz.yyy.xxx.www : cannot load content # ' # Failed test 'error report is empty' # at t/02-test-to-console.t line 32. # Looks like you failed 2 tests of 5. t/02-test-to-console.t ...... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/5 subtests # Failed test 'enough time to get www.apple.com' # at t/03-various-check-types.t line 34. # 'ERROR REPORT: 3 errors reported # http://www.apple.com : cannot load content # http://www.google.com : overtime > 5 (49ms) # http://www.apple.ch : cannot load content # ' # matches '(?^:http://www.apple.com)' # Failed test 'apple does not advertise microsoft' # at t/03-various-check-types.t line 36. # 'ERROR REPORT: 3 errors reported # http://www.apple.com : cannot load content # http://www.google.com : overtime > 5 (49ms) # http://www.apple.ch : cannot load content # ' # doesn't match '(?^:http://www.apple.ch : does not contains )' # Looks like you failed 2 tests of 8. t/03-various-check-types.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/8 subtests ... It seems that the test suite starts to pass if LWP::Protocol::https was installed before.