Error running apache test

2004-06-23 Thread Abhishek Khandelwal
I am getting another strange problem. I compile and install apache 2.0.49 for both fedora core 1 and red-hat linux. Everything seems okay, and installs properly. When I start httpd manually, it start running and when I do wget using http://localhost It works fine in both the machines. But, when

Re: Error running apache test

2004-06-23 Thread Abhishek Khandelwal
Jun 2004, Abhishek Khandelwal wrote: I am getting another strange problem. I compile and install apache 2.0.49 for both fedora core 1 and red-hat linux. Everything seems okay, and installs properly. When I start httpd manually, it start running and when I do wget using http://localhost

Re: Error running apache test

2004-06-23 Thread Abhishek Khandelwal
rebuild the test and try to run the test. But still my error log shows SSLMutex not created error. On Tue, 2004-06-22 at 20:20, Randy Kobes wrote: On Tue, 22 Jun 2004, Abhishek Khandelwal wrote: Where exactly I put this? In the conf file generated by test, which is in t/conf/httpd.conf

Re: Error running apache test

2004-06-23 Thread Abhishek Khandelwal
incompatibility of httpd and red-hat. Any ideas? Abhishek On Wed, 2004-06-23 at 01:03, Joe Orton wrote: On Tue, Jun 22, 2004 at 06:08:17PM -0700, Abhishek Khandelwal wrote: I am getting another strange problem. I compile and install apache 2.0.49 for both fedora core 1 and red-hat linux

Apache-httpd -Test coverage

2004-05-08 Thread Abhishek Khandelwal
Hi, I am trying to find out the code-coverage for httpd using the perl-testframework. I am trying to use Rational's PureCoverage tool to do that. One of the requirements for Purecoverage tool is to insert purecov before CC(cc or gcc) in makefile. Does anyone have idea, how to insert purecov

Re: httpd test (perl-framework)

2004-04-15 Thread Abhishek Khandelwal
. It happens quite often and without any predictablility. I am not sure how to reproduce it. Because it may or may not give me this error. Abhishek On Thu, 2004-04-15 at 11:47, Stas Bekman wrote: [dropping the irrelevant CC address] Abhishek Khandelwal wrote: I am getting the following error

Re: httpd test (perl-framework)

2004-04-15 Thread Abhishek Khandelwal
On Thu, 2004-04-15 at 12:48, Stas Bekman wrote: Abhishek Khandelwal wrote: On Thu, 2004-04-15 at 12:19, Stas Bekman wrote: Abhishek Khandelwal wrote: I dont see any difference in two files. I runt the test twice to do a test coverage analysis. At first, I install and test apache

test-perl-framework test fails for apache 2.0

2004-04-09 Thread Abhishek Khandelwal
Hi Stas, I installed apache httpd and the usual Apache::TestBundle. Finally when I run the tests, I get this error in ssl/http.t module Anyone has idea about what might be missing in the configuration or is it a bug in apache 2.0? This is the error I get::

apache -Perl Test framework

2004-04-01 Thread Abhishek Khandelwal
Hi, Is anyone working on Perl framework to test Apache httpd. We are working on different open source component and trying to integrate them. I am looking in to the perl-framework provided to test the apache 2.1 Have someone used it? Are you getting the 100% passing of all the tests? In my case,