Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache Test.pm TestConfig.pm TestRun.pm

2004-08-09 Thread Stas Bekman
[EMAIL PROTECTED] wrote: stas2004/08/08 23:19:16 Modified:perl-framework/Apache-Test/lib/Apache Test.pm TestConfig.pm TestRun.pm Log: another round of fixes of fixes We are definitely not ready for the planned release. My recent attempts to fix a fatal

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache Test.pm TestConfig.pm TestRun.pm

2004-08-09 Thread Geoffrey Young
Stas Bekman wrote: [EMAIL PROTECTED] wrote: stas2004/08/08 23:19:16 Modified:perl-framework/Apache-Test/lib/Apache Test.pm TestConfig.pm TestRun.pm Log: another round of fixes of fixes We are definitely not ready for the planned release.

Re: failing httpd-test tests

2004-08-09 Thread Joe Orton
On Fri, Aug 06, 2004 at 07:26:31PM -0700, Stas Bekman wrote: Do you also get these tests failing with the current httpd-2.0? Failed Test Stat Wstat Total Fail Failed List of Failed --- t/apache/limits.t

Re: failing httpd-test tests

2004-08-09 Thread Joe Orton
There is something funky in the default_module detection; it's picking up mod_auth.c and mod_access.c as the {auth,access}_module settings rather than mod_auth_basic.c and mod_authz_host.c as expected with 2.0. $ grep access_ conf/apache_test_config.pm

Re: failing httpd-test tests

2004-08-09 Thread Joe Orton
On Mon, Aug 09, 2004 at 10:48:39AM -0400, Geoffrey Young wrote: Joe Orton wrote: There is something funky in the default_module detection; it's picking up mod_auth.c and mod_access.c as the {auth,access}_module settings rather than mod_auth_basic.c and mod_authz_host.c as expected with 2.0.

Re: failing httpd-test tests

2004-08-09 Thread Joe Orton
Yes, sorry I'm talking about 2.1 here of course. I debugged this as far as finding that $self-{modules} appears to be empty at the time that the -default_module calls are made. Attached: 1) patch to add debugging to default_module 2) ./TEST -conf output with patch applied 3) resultant

Re: failing httpd-test tests

2004-08-09 Thread Joe Orton
On Mon, Aug 09, 2004 at 11:55:57AM -0400, Geoffrey Young wrote: Joe Orton wrote: Yes, sorry I'm talking about 2.1 here of course. I debugged this as far as finding that $self-{modules} appears to be empty at the time that the -default_module calls are made. yes, I see that there is

Re: failing httpd-test tests

2004-08-09 Thread Stas Bekman
Geoffrey Young wrote: Joe Orton wrote: There is something funky in the default_module detection; it's picking up mod_auth.c and mod_access.c as the {auth,access}_module settings rather than mod_auth_basic.c and mod_authz_host.c as expected with 2.0. $ grep access_ conf/apache_test_config.pm

Re: failing httpd-test tests

2004-08-09 Thread Stas Bekman
Joe Orton wrote: There is something funky in the default_module detection; it's picking up mod_auth.c and mod_access.c as the {auth,access}_module settings rather than mod_auth_basic.c and mod_authz_host.c as expected with 2.0. $ grep access_ conf/apache_test_config.pm