apache test suite

2003-09-24 Thread Wood, Bryan
Is this the software that the apache team uses to test new apache releases?

[Fwd: [cpan #3861] Custom t/conf/httpd.conf.in is ignored]

2003-09-24 Thread Stas Bekman
Hi Jesse, I thought you told me that you have fixed RT's entry for Apache-Test to have httpd-test-dev list [EMAIL PROTECTED] as the contract address. Why do I get these messages then? Original Message Subject: [cpan #3861] Custom t/conf/httpd.conf.in is ignored Date: Wed, 24

[Fwd: [cpan #3861] Custom t/conf/httpd.conf.in is ignored]

2003-09-24 Thread Stas Bekman
This should have been posted here Original Message Subject: [cpan #3861] Custom t/conf/httpd.conf.in is ignored Date: Wed, 24 Sep 2003 11:57:10 -0400 (EDT) From: Guest via RT [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: AdminCc of cpan Ticket #3861: ; This message about

[Fwd: [cpan #3860] make test is unable to locate httpd in PATH]

2003-09-24 Thread Stas Bekman
This should have been posted here Original Message Subject: [cpan #3860] make test is unable to locate httpd in PATH Date: Wed, 24 Sep 2003 11:42:53 -0400 (EDT) From: Guest via RT [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: AdminCc of cpan Ticket #3860: ; This message about

[Fwd: [cpan #3861] Custom t/conf/httpd.conf.in is ignored]

2003-09-24 Thread Stas Bekman
This should have been posted here Original Message Subject: [cpan #3861] Custom t/conf/httpd.conf.in is ignored Date: Wed, 24 Sep 2003 12:00:29 -0400 (EDT) From: Guest via RT [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: AdminCc of cpan Ticket #3861: ; This message about

Re: [Fwd: [cpan #3861] Custom t/conf/httpd.conf.in is ignored]

2003-09-24 Thread Jesse
It should have both you and test-dev as adminccs. (If you're not also listed, there isn't currently an easy way for you to have permissions to go in and actually resolve the bug reports. -jesse On Wed, Sep 24, 2003 at 09:52:04AM -0700, Stas Bekman wrote: Hi Jesse, I thought you told me

Re: apache test suite

2003-09-24 Thread Stas Bekman
Wood, Bryan wrote: Is this the software that the apache team uses to test new apache releases? It's used by httpd-dev, mod_perl projects and other 3rd party modules. For more info see: http://perl.apache.org/docs/general/testing/testing.html

RE: apache test suite

2003-09-24 Thread Wood, Bryan
What is used by the apache team to test the webserver thoroughly? I need to test it on a new embedded device and having the test suite they use would save a lot of time. -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 12:25 PM To: [EMAIL

Re: apache test suite

2003-09-24 Thread Stas Bekman
Wood, Bryan wrote: What is used by the apache team to test the webserver thoroughly? I need to test it on a new embedded device and having the test suite they use would save a lot of time. Apache-Test, flood and specweb99, have you looked at: http://httpd.apache.org/test/ Is this the software

RE: apache test suite

2003-09-24 Thread Wood, Bryan
Yes I have, but I can't get apache-test to run on my desktop machine. There are always problems in the httpd.conf file it generates. Of course I checked it out of cvs so I might just need to check it out again. Certainly the apache team has things all setup so they can just run a script and wait

Re: apache test suite

2003-09-24 Thread Stas Bekman
Wood, Bryan wrote: Yes I have, but I can't get apache-test to run on my desktop machine. There are always problems in the httpd.conf file it generates. If you don't tell us what the problems are... we can't fix them... Of course I checked it out of cvs so I might just need to check it out again.

Re: apache test suite

2003-09-24 Thread Stas Bekman
Wood, Bryan wrote: -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 2:26 PM To: [EMAIL PROTECTED] Subject: Re: apache test suite Wood, Bryan wrote: Yes I have, but I can't get apache-test to run on my desktop machine. There are always

RE: apache test suite

2003-09-24 Thread Wood, Bryan
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 3:03 PM To: [EMAIL PROTECTED] Subject: Re: apache test suite Wood, Bryan wrote: -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24,

Re: apache test suite

2003-09-24 Thread David N. Welton
I wrote a test suite in Tcl for the Rivet project that works pretty well. It's fairly minimalistic, but it works and doesn't require much setup. It would certainly require some adaptation to make it work with your own system. It is aimed at Rivet, not Apache, although I think it's reasonably

sticky preferences in Apache-Test

2003-09-24 Thread Randy Kobes
Hi, Below is a modified diff to allow for preferences to be saved to an Apache::TestConfigData for later use within Apache::Test. In this version, a user can create a $HOME/.apache-test/Apache/TestConfigData.pm to specify the preferences; this will be used, if it exists, before a system