Stas Bekman wrote:
The access log says that the failing test wasn't really failing, as you can see the stamp 200, so it must be some glitch on the data transport level. Could it be a fault of LWP? Try the same test after you have set:
APACHE_TEST_PRETEND_NO_LWP=1, in which case it won't use LWP as the client and talk directly through the socket...

C:\Dev\debug\modperl-2.0>set APACHE_TEST_PRETEND_NO_LWP=1

C:\Dev\debug\modperl-2.0>c:\dev\debug\perl\bin\perl t\SMOKE -bug t\preconnection\note.t t\filter\in_str_bin_data.t t\apache\discard_rbody.t
[ info] Report file: C:\Dev\debug\modperl-2.0\smoke-report-Fri_Aug_20_00-31-11_2004.txt
[warning] running t/TEST in the bug report mode
t\preconnection\note......ok
t\filter\in_str_bin_data..ok
t\apache\discard_rbody....FAILED
[ error] ------------------------------------------------------------
[ error] *** run log ***
t\apache\discard_rbody....1..3
# Running under perl version 5.008005 for MSWin32
# Current time local: Fri Aug 20 00:31:31 2004
# Current time GMT: Thu Aug 19 22:31:31 2004
# Using Test.pm version 1.25
# Using Apache/Test.pm version 1.13
# testing : data consumption: none
# expected: none
# received: none
ok 1
malformed response at C:\Dev\debug\modperl-2.0\blib\lib/Apache/TestClient.pm line 102.
# Failed test 2 in t\apache\discard_rbody.t at line 15 fail #2
# testing : data consumption: partial
# expected: partial
# received:
not ok 2
# testing : data consumption: all
# expected: all
# received: all
ok 3
FAILED test 2
Failed 1/3 tests, 66.67% okay
Failed Test Stat Wstat Total Fail Failed List of Failed


-------------------------------------------------------------------------------
    t\apache\discard_rbody.t                3    1  33.33%  2
    Failed 1/1 test scripts, 0.00% okay. 1/3 subtests failed, 66.67% okay.
    [  error] error running tests (please examine t\logs\error_log)

[ error] *** C:\Dev\debug\modperl-2.0\t\logs\error_log ***
[Fri Aug 20 00:31:32 2004] [info] (OS 10053)Eine bestehende Verbindung wurde softwaregesteuert durch den Hostcomputer abgebrochen. : core_output_filter: writing data to the network


[ error] *** C:\Dev\debug\modperl-2.0\t\logs\access_log ***
127.0.0.1 - - [20/Aug/2004:00:31:32 +0200] "POST /TestApache__discard_rbody?none HTTP/1.0" 200 4
127.0.0.1 - - [20/Aug/2004:00:31:32 +0200] "POST /TestApache__discard_rbody?partial HTTP/1.0" 200 7
127.0.0.1 - - [20/Aug/2004:00:31:32 +0200] "POST /TestApache__discard_rbody?all HTTP/1.0" 200 3


[  error] ------------------------------------------------------------
[warning] ------------------------------------------------------------
[  error] error running 1 tests out of 3

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to