[Http-webtest-general] make test 02/#35 failure for WebTest 2.00
Brought to you by:
m_ilya,
richardanderson
From: Johannes la P. <joe...@us...> - 2003-01-03 15:25:46
|
Ilya, While running make test for HTTP::WebTest I got a failure for test suite t/02-generic.t, subtest #35, The failure is caused by a timeout that is expected to take 1 second but in practice appears to be 0: - 30 Response time ( 1.00 ) is < or = 10.00 ? SUCCEED + 30 Response time ( 0.00 ) is < or = 10.00 ? SUCCEED not ok 35 # Failed test 35 in [...]/SelfTest.pm at line 340 fail #28 FAILED test 35 Failed 1/35 tests, 97.14% okay I'm on a really fast IBM Linux server: Linux 2.4.17-ibm3042 #1 SMP Thu Jan 24 13:48:35 CET 2002 i686 unknown Perl version 5.005_03 locally built for i686-linux (we are "a little" behind on our production platforms) Not sure if this is really a timing issue, but to be sure I ran the test 3 more times, with the same result. As expected, all tests pass with TEST_FAST=1 Cheers, Joe. P.S. shouldn't we have the bug reporting feature on Sourceforge, or rather use the one on rt.cpan.org? |