Subject: | "Operation in progress" error in test |
I just had a test run of SVG-Convert-Driver-XAML which had the following
error:
t/01-well-formed....Operation in progressOperation in progressOperation
in progressOperation in progressOperation in progressOperation in
progress at
/usr/perl5.8.8@34559/lib/site_perl/5.8.8/i386-freebsd/XML/LibXML.pm line
587. at
/usr/local/src/CPAN/build/SVG-Convert-0.02-KtOYOg/blib/lib/SVG/Convert.pm
line 201
# Looks like you planned 7 tests but only ran 4.
# Looks like your test died just after 4.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/7 subtests
This error looks familiar to me: it happens if XML::LibXML is parsing
some XML and needs to fetch external DTDs but the site containing the
DTDs is down or otherwise not available. If this is really happening
here, then I suggest to collect all DTDs which are needed by
SVG::Convert, put them into the SVG::Convert distribution and install
them, and additionally use the local DTDs by specifying a catalog (I can
give you more information on this if you need it). This is also
benefitial because no remote access is needed and the module therefore
runs faster.
Regards,
Slaven