On Thu, Sep 02, 2004 at 09:44:32PM +0200, Bruno Boettcher wrote: > Hello! > > made an update (and had also the very bad idea of making a forced update > :( ) of POE and consorts... > > problem makes POE::Component::Client::HTTP .... > building etc runs fine, but the tests fail: > > Running make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, > 'blib/lib', 'blib/arch')" t/01_request.t > t/01_request....FAILED tests 1-4, 7-8, 10 > Failed 7/10 tests, 30.00% okay > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/01_request.t 10 7 70.00% 1-4 7-8 10 > Failed 1/1 test scripts, 0.00% okay. 7/10 subtests failed, 30.00% okay. > make: *** [test_dynamic] Error 255 > /usr/bin/make test -- NOT OK > > uhm the message isn't very explicit about what goes wrong and why... but > i know for sure that on most sites my scripts now return a 'server error > 500' instead oof the requested webpage... :( > > any possible hint?
1) poerbook:~/projects/local/client-http% make test cp HTTP.pm blib/lib/POE/Component/Client/HTTP.pm Skip blib/lib/POE/Component/Client/HTTP/SSL.pm (unchanged) PERL_DL_NONLAZY=1 /sw/perl/584-multi/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/01_request.t t/01_request....ok All tests successful. Files=1, Tests=10, 6 wallclock secs ( 0.87 cusr + 0.22 csys = 1.09 CPU) Doesn't reproduce here. Intermediate proxy broken? Network issues? Dunno. -- Rocco Caputo - http://poe.perl.org/
