On Thu, 17 Oct 2002, Automated Perl Test Account wrote: > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, >'blib/lib', 'blib/arch')" t/*.t > t/00basic.......ok > t/10new.........ok > t/20query.......ok > t/30fetch.......500 read timeout at t/30fetch.t line 9 > # Looks like your test died before it could output anything. > dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 1-8 > Failed 8/8 tests, 0.00% okay > t/40big.........# Be patient... this test suite is very long (49 web requests) > ok > t/50callback....ok
This is not a real failure. This module and the test suite make heavy use of the web, and the UserAgent has a short timeout (30 seconds IIRC). This probably means that I should implement a retry scheme to survive network problems. -- Philippe BRUHAT - BooK Financez le d�veloppement de Perl, avec YAS et les Mongueurs de Perl ! http://www.mongueurs.net/association/actions/pdg2002.html
