Apache-Test dir moved

2001-08-01 Thread Stas Bekman
I've noticed that Apache-Test dir has been silently moved from modperl-2.0 and linked from somewhere else. To solve the problem with 'cvs up', which fails if you've your dir checked out already, you have to either scratch the whole checked out rep and co the whole thing again. or you have to

RE: Apache-Test dir moved

2001-08-01 Thread Geoffrey Young
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 3:06 AM To: modperl-2.0 dev-list Subject: Apache-Test dir moved I've noticed that Apache-Test dir has been silently moved from modperl-2.0 and linked from somewhere else. I guess

[patch] ithreads + refto bug (fwd)

2001-08-01 Thread Doug MacEachern
fyi, this was the cause of modules/cgi #3 test failure.. -- Forwarded message -- Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT) From: Doug MacEachern [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [patch] ithreads + refto bug strange bug, happens in both 5.6.x and bleedperl, the

RE: Apache-Test dir moved

2001-08-01 Thread Doug MacEachern
On Wed, 1 Aug 2001, Geoffrey Young wrote: I've noticed that Apache-Test dir has been silently moved from modperl-2.0 and linked from somewhere else. I guess that Ryan moved it to the httpd-test project. the idea is to have it live there and have a mod_perl 2.0 checkout get the files

Re: cvs commit: modperl-2.0/t/response/TestApache cgihandler.pm

2001-08-01 Thread Stas Bekman
On 1 Aug 2001 [EMAIL PROTECTED] wrote: dougm 01/08/01 10:03:19 Modified:t/response/TestApache cgihandler.pm Log: workaround for modules/cgi #3 failure it seems to work :) Now, if I load CGI.pm via the newly crafted PerlModule I've a different problem with modules/cgi #5

current 'make test' status

2001-08-01 Thread Stas Bekman
Ok, so with the latest workaround the normal run of 'make test' succeeds on my machine. But, if I stress-test, I see segfaults: % ./t/TEST -order=random -times=5 ... apr/base64..malformed response at /home/stas/apache.org/modperl-2.0-perlmodule/blib/lib/Apache/TestRequest.pm line

Re: Makefile.PL problem

2001-08-01 Thread Doug MacEachern
On Wed, 1 Aug 2001, Tom Lancaster wrote: Hi, I'm using cvs latest httpd-2.0, modperl-2.0 and although apache compiles and installs fine I've not been able to get through perl Makefile.PL in modperl-2.0. The root of the error appears to be Apache::Build-httpd_version, which is not

Re: cvs commit: modperl-2.0/t/response/TestApache cgihandler.pm

2001-08-01 Thread Doug MacEachern
On Thu, 2 Aug 2001, Stas Bekman wrote: On 1 Aug 2001 [EMAIL PROTECTED] wrote: dougm 01/08/01 10:03:19 Modified:t/response/TestApache cgihandler.pm Log: workaround for modules/cgi #3 failure it seems to work :) cool. that was a needle in the haystack bug. Now,

Re: current 'make test' status

2001-08-01 Thread Stas Bekman
On Thu, 2 Aug 2001, Stas Bekman wrote: Ok, so with the latest workaround the normal run of 'make test' succeeds on my machine. But, if I stress-test, I see segfaults: % ./t/TEST -order=random -times=5 ... apr/base64..malformed response at

Re: cvs commit: modperl-2.0/t/response/TestApache cgihandler.pm

2001-08-01 Thread Stas Bekman
On Wed, 1 Aug 2001, Doug MacEachern wrote: On Thu, 2 Aug 2001, Stas Bekman wrote: On 1 Aug 2001 [EMAIL PROTECTED] wrote: dougm 01/08/01 10:03:19 Modified:t/response/TestApache cgihandler.pm Log: workaround for modules/cgi #3 failure it seems to work :)

Re: cvs commit: modperl-2.0/t/response/TestApache cgihandler.pm

2001-08-01 Thread Doug MacEachern
On Thu, 2 Aug 2001, Stas Bekman wrote: so why would this test(s) fail, then? because you moved the require of CGI to happen before the t/response/TestModules/cgi.pm test required Apache::compat. I don't think it was exercising 1.x compat, or was it? anything that uses CGI.pm is excercising

Re: cvs commit: modperl-2.0/t/response/TestApache cgihandler.pm

2001-08-01 Thread Stas Bekman
On Wed, 1 Aug 2001, Doug MacEachern wrote: On Thu, 2 Aug 2001, Stas Bekman wrote: so why would this test(s) fail, then? because you moved the require of CGI to happen before the t/response/TestModules/cgi.pm test required Apache::compat. I don't think it was exercising 1.x compat, or

Re: cvs commit: modperl-2.0/t/response/TestApache cgihandler.pm

2001-08-01 Thread Doug MacEachern
On Thu, 2 Aug 2001, Stas Bekman wrote: Is it because the current version of CGI.pm doesn't support mod_perl 2.x yes. and will have to a special handling of mod_perl 2.x? umm, no, it just needs Apache::compat loaded. but really, see the comment in Apache::compat: #1.xx compat layer #some