Re: test

2018-05-22 Thread Practical Perl
welcome. On Tue, May 22, 2018 at 5:34 AM, Jie Gao wrote: > test > >

Re: Test Failures on CentOS 7.3

2017-03-17 Thread David E. Wheeler
On Mar 17, 2017, at 4:13 PM, Jie Gao wrote: > You can build and install your own perl, mod_perl, Apache in /usr/local, > entirely separate from those that come with the OS. Yeah, we’re using the system Apache. ‘ D smime.p7s Description: S/MIME cryptographic signature

Re: Test Failures on CentOS 7.3

2017-03-17 Thread Jie Gao
_perl list Subject: Re: Test Failures on CentOS 7.3 On Mar 17, 2017, at 2:33 PM, Jie Gao wrote: > Please check if there is a package for apreq you need to install first. Turns out the problem was that it was installed, but for another Perl. Whole problem is that one can’t have multiple Per

Re: Test Failures on CentOS 7.3

2017-03-17 Thread David E. Wheeler
On Mar 17, 2017, at 2:33 PM, Jie Gao wrote: > Please check if there is a package for apreq you need to install first. Turns out the problem was that it was installed, but for another Perl. Whole problem is that one can’t have multiple Perl builds with mod_perl or libapreq2 since they all have

Re: Test Failures on CentOS 7.3

2017-03-17 Thread Jie Gao
Please check if there is a package for apreq you need to install first. Regards Jie Sent from my Samsung device Original message From: "David E. Wheeler" Date: 18/03/2017 07:53 (GMT+10:00) To: mod_perl list Subject: Re: Test Failures on CentOS 7.3 On Mar 17

Re: Test Failures on CentOS 7.3

2017-03-17 Thread David E. Wheeler
On Mar 17, 2017, at 12:08 PM, David E. Wheeler wrote: > Is there some reason why httpd_info would not be properly set up? Neglected to mention that I get a lot of these warnings: httpd: Syntax error on line 353 of /etc/httpd/conf/httpd.conf: Syntax error on line 4 of /etc/httpd/conf.d/apreq.co

Re: Test failures when upgrading from 2.000004 to 2.000005

2011-04-26 Thread John O'Brien
the best, John - Original Message - From: Torsten Förtsch Date: Tuesday, April 26, 2011 12:15 pm Subject: Re: Test failures when upgrading from 2.04 to 2.05 To: modperl@perl.apache.org Cc: John O'Brien > On Tuesday, April 26, 2011 12:25:07 John O'Brien wrote: > >

Re: Test failures when upgrading from 2.000004 to 2.000005

2011-04-26 Thread Torsten Förtsch
On Tuesday, April 26, 2011 12:25:07 John O'Brien wrote: > I have mod_perl 2.04 and tried to upgrade to 2.05 Could it be that you have upgraded not only modperl but also LWP to something 6.xx? The point is LWP 5.xx used HTTP/1.0. LWP 6.xx has silently switched to HTTP/1.1. There is curre

Re: Test Server

2007-10-16 Thread Issac Goldstand
I've had amazing experience setting up development sandboxes with VMWare Workstation and deploying them on Player (which means less investment in licenses). I use MySQL replication from the live server for keeping the DBs in sync and SVN for file management. If I've got people who use win32 as th

Re: Test Server

2007-10-15 Thread Perrin Harkins
On 10/15/07, jk jk <[EMAIL PROTECTED]> wrote: > Sorry, 1 server under which all developers run a separate copy of the app > using their own URI. I think you have your answer then: run a separate server for each developer. That's what I consider the "normal" way to do it, and it's easy. You don't

Re: Test Server

2007-10-15 Thread jk jk
Sorry, 1 server under which all developers run a separate copy of the app using their own URI. Thanks. --JK On 10/15/07, Perrin Harkins <[EMAIL PROTECTED]> wrote: > > On 10/15/07, jk jk <[EMAIL PROTECTED]> wrote: > > On our test server, each developer has his own checkout and his own > URI. To >

Re: Test Server

2007-10-15 Thread Perrin Harkins
On 10/15/07, jk jk <[EMAIL PROTECTED]> wrote: > On our test server, each developer has his own checkout and his own URI. To > eliminate the need to constantly restart the server, we installed > Apache2::Reload. Unfortunately, we use a custom @ISA for each developer's > copy, which Apache2::Reload

Re: Test failure in t/api/server_const subtest 3.

2007-02-05 Thread Srebrenko Sehic
On 2/5/07, Adam Prime x443 <[EMAIL PROTECTED]> wrote: This error only occurs with ap2.2.4 and mp2.0.3, i'm not sure if it's important or not. Something changed between ap2.2.3 and ap2.2.4 which causes it. I've just continued running with mp2.0.3 built against ap2.2.3 until someone can provide

RE: Test failure in t/api/server_const subtest 3.

2007-02-05 Thread Adam Prime x443
This error only occurs with ap2.2.4 and mp2.0.3, i'm not sure if it's important or not. Something changed between ap2.2.3 and ap2.2.4 which causes it. I've just continued running with mp2.0.3 built against ap2.2.3 until someone can provide a more definative answer to that question. Adam -Or

Re: Test fails/Functionality works

2007-01-15 Thread Perrin Harkins
Tracy12 wrote: Error I am getting while executing make test is all skipped: Test::Pod 1.14 required for testing POD Failed Test Stat Wstat Total Fail Failed List of Failed --- t/00.load.t1 256 11

Re: Test fails/Functionality works

2007-01-15 Thread Tracy12
Everything working fine with the following entry Apache2::compat as I stated. but eventhough it works ' make test ' gave me a error but still I went ahead and did make install. When I comment(to get make test with no errors) the above line 'make test' gives no errors but that is of no use as fu

Re: Test fails/Functionality works

2007-01-15 Thread Perrin Harkins
On Mon, 2007-01-15 at 15:07 -0800, Tracy12 wrote: > I am modifying (adding new functions) to already written perl module, > > So this is not a complete new development. I am using mod_perl 2.0 /Apache > 2.2 on Fedora, Looks like code is not written for this but for a older > mod_perl version less

Re: Test fails/Functionality works

2007-01-15 Thread Tracy12
I am modifying (adding new functions) to already written perl module, So this is not a complete new development. I am using mod_perl 2.0 /Apache 2.2 on Fedora, Looks like code is not written for this but for a older mod_perl version less than 2.0 Error I got was Can't locate object method "user"

Re: Test fails/Functionality works

2007-01-15 Thread Perrin Harkins
On Mon, 2007-01-15 at 00:51 -0800, Tracy12 wrote: > I found out that the reason for failure is the following line > > use Apache2::compat; You didn't tell us what the error message is when you have that line in. Regardless, you shouldn't use Apache2::compat for new development. It's meant for po

Re: [TEST FAILURE] Apache 2 SEGVs during test run

2005-01-21 Thread Stas Bekman
Dominique Quatravaux wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 1. Problem Description: Apache 2 SEGVs during the test run (see core dump at the end), then tests fail randomly (Failed 23/221 test scripts, [...] 77/2272 subtests). t/logs/error_log is absolutely helpless (the only unexpecte