Skip Menu |

This queue is for tickets about the URI-Fetch CPAN distribution.

Report information
The Basics
Id: 77131
Status: open
Priority: 0/
Queue: URI-Fetch

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

Bug Information
Severity: Important
Broken in: 0.09
Fixed in: (no value)



Subject: 01-fetch.t Tests are Failing
Hi Benjamin, The URI::Fetch tests are failing (I'm using Mageia 2/Cauldron here on an x86-64 machine): t/01-fetch.t ....... 73/76 # Looks like you failed 3 tests of 76. t/01-fetch.t ....... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/76 subtests t/02-freezethaw.t .. ok Test Summary Report ------------------- t/01-fetch.t (Wstat: 768 Tests: 76 Failed: 3) Failed tests: 13-15 Non-zero exit status: 3 Files=3, Tests=88, 17 wallclock secs ( 0.03 usr 0.01 sys + 0.30 cusr 0.04 csys = 0.38 CPU) Result: FAIL Failed 1/3 test programs. 3/88 subtests failed. make: *** [test_dynamic] Error 255 Please look into that. Regards, -- Shlomi Fish
I'm seeing these failures too. I believe they have the same cause as #77144 , namely that stupidfool.org is rejecting requests with a user- agent string containing 'libwww-perl'.
Fixed. Configuration error on stupidfool.org.
On 2012-06-12T15:09:32+01:00, BTROTT wrote: Show quoted text
> Fixed. Configuration error on stupidfool.org.
Perhaps in the next release, rewrite the test cases to fetch data from a local web server rather than from the Internet. Test-HTTP-Server makes running a local HTTP server for testing really easy. If you need an example, Web-ID and Web-Magic both use it. https://metacpan.org/release/SPARKY/Test-HTTP-Server-0.03/
The URL used in both t/01-fetch.t and t/02-freezethaw.t, http://stupidfool.org/perl/feeds/, is no longer accessible. As a consequence, the tests for this distro failed today when run against perl-5.31.11 as part of CPAN-River-3000 testing. This is essentially the same problem as reported in https://rt.cpan.org/Ticket/Display.html?id=132454 against the same author's Feed-Find distribution. Can you investigate? Thank you very much. Jim Keenan