You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Justin Erenkrantz <je...@ebuilt.com> on 2001/09/29 00:36:00 UTC

httpd-test failures...

I have no clue what happened, but HEAD is failing most of the module
tests in httpd-test.  I have no diffs in my tree, and I am updated to 
the latest, and this is a fresh build (make clean && make all).

I'm trying to confirm my input filtering patch and include test #17
is failing with my changes - which looks to be inc-rfile.shtml.  The 
following test log is from a machine *without* my input filtering 
updates - it fails even worse.

My feeling is that this is related to one of wrowe's changes.  I'll 
try to dig around later tonight, but no promises.  I have class for 
the next few hours...

Can anyone else reproduce this?  -- justin

jerenkrantz@tweety% ./t/TEST
setting ulimit to allow core files
ulimit -c unlimited
 exec ./t/TEST 
/home/jerenkrantz/apache-2.0-cvs-Linux-i686/bin/httpd  -d
/mnt/storage1/external-cvs/cvs-apache/httpd-test/perl-framework/t -f
/mnt/storage1/external-cvs/cvs-apache/httpd-test/perl-framework/t/conf/httpd.conf
-DAPACHE2 
using Apache/2.0.26-dev (prefork MPM)
waiting for server to warm up...[Fri Sep 28 15:25:47 2001] [error]
(22002)Name or service not known: Cannot resolve host name
_default_:mod_vhost_alias --- ignoring!
ok
server localhost.localdomain:8529 started
apache/404..........ok                                                       
apache/byterange....ok                                                       
apache/getfile......ok                                                       
apache/options......ok                                                       
apache/post.........ok                                                       
apache/rwrite.......ok                                                       
apr/uri.............ok                                                       
filter/case.........skipped test on this platform
filter/case_in......skipped test on this platform
filter/input_body...ok                                                       
modules/access......ok                                                       
modules/alias.......ok                                                       
modules/autoindex...FAILED tests 1-84                                        
    Failed 84/84 tests, 0.00% okay
modules/cgi.........ok                                                       
modules/dav.........skipped test on this platform
modules/dir.........FAILED tests 1-208                                       
    Failed 208/209 tests, 0.48% okay
modules/env.........FAILED tests 1-5                                         
    Failed 5/5 tests, 0.00% okay
modules/expires.....ok                                                       
modules/headers.....FAILED tests 1-6, 8-11, 13-16, 19-21, 23-27, 29-32,
34-37, 40-42, 44-48, 50-53, 55-58, 61-63, 66-69, 71-74, 76-79, 82-84,
86-91, 93-96, 98-101, 104-106, 108-112, 114-117, 119-122, 125-127,
129-133, 135-138, 140-143, 146-148, 151-154, 156-159, 161-164, 167-169,
171-176, 178-181, 183-186, 189-191, 193-197, 199-202, 204-207, 210-212,
214-218, 220-223, 225-228, 231-233, 236-239, 241-244, 246-249, 252-254,
257-261, 263-266, 268-271, 274-276, 278-282, 284-287, 289-292, 295-297,
299-303, 305-308, 310-313, 316-318, 321-324, 326-329, 331-334, 337-339
    Failed 255/340 tests, 25.00% okay
modules/include.....FAILED test 17                                           
    Failed 1/26 tests, 96.15% okay
modules/info........ok                                                       
modules/negotiation.ok                                                       
modules/rewrite.....ok                                                       
modules/setenvif....FAILED tests 1-111                                       
    Failed 111/111 tests, 0.00% okay
modules/status......ok                                                       
modules/vhost_alias.Use of uninitialized value in join or string at
/mnt/storage1/external-cvs/cvs-apache/httpd-test/perl-framework/blib/lib/Apache/TestConfig.pm
line 496.
modules/vhost_alias.dubious                                                  
    Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-8
    Failed 8/8 tests, 0.00% okay
ssl/all.............skipped test on this platform
Failed Test           Status Wstat Total Fail  Failed  List of Failed
--------------------------------------------------------------------------------modules/autoindex.t
84   84 100.00%  1-84
modules/dir.t                        209  208  99.52%  1-208
modules/env.t                          5    5 100.00%  1-5
modules/headers.t                    340  255  75.00%  1-6, 8-11, 13-16, 19-21,
                                                       23-27, 29-32, 34-37, 40-
                                                       42, 44-48, 50-53, 55-58,
                                                       61-63, 66-69, 71-74, 76-
                                                       79, 82-84, 86-91, 93-96,
                                                       98-101, 104-106, 108-112,                                                       114-117, 119-122, 125-
                                                       127, 129-133, 135-138,
                                                       140-143, 146-148, 151-
                                                       154, 156-159, 161-164,
                                                       167-169, 171-176, 178-
                                                       181, 183-186, 189-191,
                                                       193-197, 199-202, 204-
                                                       207, 210-212, 214-218,
                                                       220-223, 225-228, 231-
                                                       233, 236-239, 241-244,
                                                       246-249, 252-254, 257-
                                                       261, 263-266, 268-271,
                                                       274-276, 278-282, 284-
                                                       287, 289-292, 295-297,
                                                       299-303, 305-308, 310-
                                                       313, 316-318, 321-324,
                                                       326-329, 331-334, 
                                                       337-339
modules/include.t                      26    1   3.85%  17
modules/setenvif.t                   111  111 100.00%  1-111
modules/vhost_alias.t      2   512     8    8 100.00%  1-8
4 tests skipped.
server localhost.localdomain:8529 shutdown
error running tests (please examine t/logs/error_log)
Failed 7/27 test scripts, 74.07% okay. 672/1797 subtests failed, 62.60%
okay.


Re: httpd-test failures...

Posted by Justin Erenkrantz <je...@ebuilt.com>.
On Fri, Sep 28, 2001 at 04:41:28PM -0700, john sachs wrote:
> i am seeing the exact same thing.
> dav tests are failing too, for what its worth.

Oh, bite me.

./t/TEST -clean

extra.conf.in changed but extra.conf isn't getting regenerated 
with the right directives (like the mod_autoindex directives).

Oh, include test #17 is still failing.  Going to track that one
down now.  -- justin


Re: httpd-test failures...

Posted by john sachs <js...@covalent.net>.
On Fri, Sep 28, 2001 at 03:36:00PM -0700, Justin Erenkrantz wrote:
+ I have no clue what happened, but HEAD is failing most of the module
+ tests in httpd-test.  I have no diffs in my tree, and I am updated to 
+ the latest, and this is a fresh build (make clean && make all).
+ 
+ I'm trying to confirm my input filtering patch and include test #17
+ is failing with my changes - which looks to be inc-rfile.shtml.  The 
+ following test log is from a machine *without* my input filtering 
+ updates - it fails even worse.
+ 
+ My feeling is that this is related to one of wrowe's changes.  I'll 
+ try to dig around later tonight, but no promises.  I have class for 
+ the next few hours...
+ 
+ Can anyone else reproduce this?  -- justin

i am seeing the exact same thing.
dav tests are failing too, for what its worth.