> -----Original Message-----
> From: Graham Leggett [mailto:[email protected]]
> Sent: Mittwoch, 15. Mai 2013 10:59
> To: [email protected]
> Subject: Re: svn commit: r1482522 - in /httpd/httpd/trunk: ./ docs/log-
> message-tags/ include/ modules/dav/main/ modules/generators/
> modules/http/ modules/proxy/ server/
>
> On 15 May 2013, at 9:48 AM, "Plüm, Rüdiger, Vodafone Group"
> <[email protected]> wrote:
>
> > This causes new errors / regressions in the test suite.
> >
> > Failed Test Stat Wstat Total Fail Failed List of Failed
> > ----------------------------------------------------------------------
> ---------
> > t/apache/chunkinput.t 9 2 22.22% 7 9
> > t/apache/contentlength.t 20 3 15.00% 2 14 18
>
> Would it be possible to send a verbose output of these tests?
>
> The test suite has segfaulted for me since the proxy mutex bug.
/home/pluem/apache/apache_trunk/bin/httpd -d
/home/pluem/apache/perl-framework/t -f
/home/pluem/apache/perl-framework/t/conf/httpd.conf -D APACHE2 -D
PERL_USEITHREADS
using Apache/2.5.0-dev (worker MPM)
waiting 60 seconds for server to start: ...
waiting 60 seconds for server to start: ok (waited 1 secs)
server localhost.localdomain:8529 started
server localhost.localdomain:8530 listening (mod_nntp_like)
server localhost.localdomain:8531 listening (mod_nntp_like_ssl)
server localhost.localdomain:8532 listening (mod_ssl)
server localhost.localdomain:8533 listening (ssl_optional_cc)
server localhost.localdomain:8534 listening (ssl_pr33791)
server localhost.localdomain:8535 listening (mod_cache)
server localhost.localdomain:8536 listening (mod_include)
server localhost.localdomain:8537 listening (proxy_http_reverse)
server localhost.localdomain:8538 listening (cve_2011_3368)
server localhost.localdomain:8539 listening (mod_headers)
server localhost.localdomain:8540 listening (mod_echo)
server localhost.localdomain:8541 listening (mod_echo_ssl)
server localhost.localdomain:8542 listening (error_document)
server localhost.localdomain:8543 listening (http_strict)
server localhost.localdomain:8544 listening (mod_proxy)
server localhost.localdomain:8545 listening (proxy_http_bal1)
server localhost.localdomain:8546 listening (proxy_http_bal2)
server localhost.localdomain:8547 listening (proxy_http_balancer)
server localhost.localdomain:8548 listening (mod_vhost_alias)
server localhost.localdomain:8549 listening (proxy_http_https)
server localhost.localdomain:8550 listening (proxy_https_https)
server localhost.localdomain:8551 listening (proxy_https_http)
t/apache/chunkinput....1..9
# Running under perl version 5.008008 for linux
# Current time local: Wed May 15 11:03:54 2013
# Current time GMT: Wed May 15 09:03:54 2013
# Using Test.pm version 1.25
# Using Apache/Test.pm version 1.38
testing default
ok 1
# testing : response codes
# expected: HTTP/1.1 200 OK
# received: HTTP/1.1 200 OK
ok 2
# testing : trailer (pid)
# expected: 15874
# received: 15874
ok 3
ok 4
# testing : response codes
# expected: HTTP/1.1 404 Not Found
# received: HTTP/1.1 404 Not Found
ok 5
ok 6
# testing : response codes
# expected: HTTP/1.1 413 Request Entity Too Large
# received: HTTP/1.1 200 OK
not ok 7
ok 8
# testing : response codes
# expected: HTTP/1.1 413 Request Entity Too Large
# received: HTTP/1.1 400 Bad Request
not ok 9
FAILED tests 7, 9
Failed 2/9 tests, 77.78% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/apache/chunkinput.t 9 2 22.22% 7 9
Failed 1/1 test scripts, 0.00% okay. 2/9 subtests failed, 77.78% okay.
/home/pluem/apache/apache_trunk/bin/httpd -d
/home/pluem/apache/perl-framework/t -f
/home/pluem/apache/perl-framework/t/conf/httpd.conf -D APACHE2 -D
PERL_USEITHREADS
using Apache/2.5.0-dev (worker MPM)
waiting 60 seconds for server to start: ..
waiting 60 seconds for server to start: ok (waited 1 secs)
server localhost.localdomain:8529 started
server localhost.localdomain:8530 listening (mod_nntp_like)
server localhost.localdomain:8531 listening (mod_nntp_like_ssl)
server localhost.localdomain:8532 listening (mod_ssl)
server localhost.localdomain:8533 listening (ssl_optional_cc)
server localhost.localdomain:8534 listening (ssl_pr33791)
server localhost.localdomain:8535 listening (mod_cache)
server localhost.localdomain:8536 listening (mod_include)
server localhost.localdomain:8537 listening (proxy_http_reverse)
server localhost.localdomain:8538 listening (cve_2011_3368)
server localhost.localdomain:8539 listening (mod_headers)
server localhost.localdomain:8540 listening (mod_echo)
server localhost.localdomain:8541 listening (mod_echo_ssl)
server localhost.localdomain:8542 listening (error_document)
server localhost.localdomain:8543 listening (http_strict)
server localhost.localdomain:8544 listening (mod_proxy)
server localhost.localdomain:8545 listening (proxy_http_bal1)
server localhost.localdomain:8546 listening (proxy_http_bal2)
server localhost.localdomain:8547 listening (proxy_http_balancer)
server localhost.localdomain:8548 listening (mod_vhost_alias)
server localhost.localdomain:8549 listening (proxy_http_https)
server localhost.localdomain:8550 listening (proxy_https_https)
server localhost.localdomain:8551 listening (proxy_https_http)
t/apache/contentlength....1..20
# Running under perl version 5.008008 for linux
# Current time local: Wed May 15 11:04:58 2013
# Current time GMT: Wed May 15 09:04:58 2013
# Using Test.pm version 1.25
# Using Apache/Test.pm version 1.38
testing default
ok 1
# testing : response codes POST for /echo_post with Content-Length:
# expected: HTTP/1.1 413 Request Entity Too Large
# received: HTTP/1.1 200 OK
not ok 2
ok 3
# testing : response codes POST for /i_do_not_exist_in_your_wildest_imagination
with Content-Length:
# expected: HTTP/1.1 413 Request Entity Too Large
# received: HTTP/1.1 413 Request Entity Too Large
ok 4
ok 5
# testing : response codes POST for /echo_post with Content-Length: 0
# expected: HTTP/1.1 200 OK
# received: HTTP/1.1 200 OK
ok 6
ok 7
# testing : response codes POST for /i_do_not_exist_in_your_wildest_imagination
with Content-Length: 0
# expected: HTTP/1.1 404 Not Found
# received: HTTP/1.1 404 Not Found
ok 8
ok 9
# testing : response codes POST for /echo_post with Content-Length:
0000000000000000000000000000000000
# expected: HTTP/1.1 200 OK
# received: HTTP/1.1 200 OK
ok 10
ok 11
# testing : response codes POST for /i_do_not_exist_in_your_wildest_imagination
with Content-Length: 0000000000000000000000000000000000
# expected: HTTP/1.1 404 Not Found
# received: HTTP/1.1 404 Not Found
ok 12
ok 13
# testing : response codes POST for /echo_post with Content-Length:
1000000000000000000000000000000000
# expected: HTTP/1.1 413 Request Entity Too Large
# received: HTTP/1.1 200 OK
not ok 14
ok 15
# testing : response codes POST for /i_do_not_exist_in_your_wildest_imagination
with Content-Length: 1000000000000000000000000000000000
# expected: HTTP/1.1 413 Request Entity Too Large
# received: HTTP/1.1 413 Request Entity Too Large
ok 16
ok 17
# testing : response codes POST for /echo_post with Content-Length: -1
# expected: HTTP/1.1 413 Request Entity Too Large
# received: HTTP/1.1 200 OK
not ok 18
ok 19
# testing : response codes POST for /i_do_not_exist_in_your_wildest_imagination
with Content-Length: -1
# expected: HTTP/1.1 413 Request Entity Too Large
# received: HTTP/1.1 413 Request Entity Too Large
ok 20
FAILED tests 2, 14, 18
Failed 3/20 tests, 85.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/apache/contentlength.t 20 3 15.00% 2 14 18
Failed 1/1 test scripts, 0.00% okay. 3/20 subtests failed, 85.00% okay.
done
Regards
Rüdiger