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 re

Re: Error running apache test

2004-06-23 Thread Abhishek Khandelwal
efault > Then I 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

Re: Error running apache test

2004-06-23 Thread Abhishek Khandelwal
22 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,

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 I

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 befo

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

Re: httpd test (perl-framework)

2004-04-15 Thread Abhishek Khandelwal
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 without test coverage > > and then I

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 gettin

httpd test (perl-framework)

2004-04-15 Thread Abhishek Khandelwal
I am getting the following error when I run the perl-test framework. I get this error when I run the test twice, one after another. The first time, it goes thru properly and prints the summary of the results. But When I run for the second time, I get this error. I am using same extra.conf in both t

Re: test-perl-framework test fails for apache 2.0

2004-04-09 Thread Abhishek Khandelwal
I have that installed and version is 5.76 I guess its part of module libwww-perl-5.76 Any other idea what the problem might be? On Thu, 2004-04-08 at 18:16, Stas Bekman wrote: > Abhishek Khandelwal wrote: > > I am not sure about it? > > How do I check whether its installed or

Re: test-perl-framework test fails for apache 2.0

2004-04-09 Thread Abhishek Khandelwal
I am not sure about it? How do I check whether its installed or not? In case it is not installed how do I install? would be from CPAN.. install LWP? Thanks On Thu, 2004-04-08 at 17:56, Stas Bekman wrote: > Abhishek Khandelwal wrote: > > Hi Stas, > > > > I installed apach

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 test -- Perl-test-framework

2004-04-02 Thread Abhishek Khandelwal
Is there a way to count the total number of tests when the perl-test suits are run. If all the tests passes, then in final report it specifies the total number of files and total number of tests run. But in case there are tests which fails, it publishes a report which looks like as follows: --

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, so