[RELEASE CANDIDATE] Apache-Test-1.39 RC1

2015-04-08 Thread Steve Hay
Please download, test, and report back on this Apache-Test 1.39
release candidate.

http://people.apache.org/~stevehay/Apache-Test-1.39-rc1.tar.gz

MD5  = ee927033dd36bb6befb34443b7353f4f
SHA1 = ab048a92d70b55a44668db240e9c9e3a969ef4a2

=item 1.39-rc1

Test scripts can now test if perl has a fork() implementation
available by using the Apache::Test::need_fork() function. [Steve Hay]

CPAN RT#87620: Add -D APACHE2_4 to identify httpd-2.4. [Michael Schout]


Re: [RELEASE CANDIDATE] Apache-Test-1.39 RC1

2015-04-08 Thread Steve Hay
On 8 April 2015 at 14:24, Steve Hay  wrote:
> Please download, test, and report back on this Apache-Test 1.39
> release candidate.
>
> http://people.apache.org/~stevehay/Apache-Test-1.39-rc1.tar.gz
>

Success on Windows with VC++ 2010 using perl-5.20.2 with/without LWP
and httpd-2.2.29/2.4.10 (4 combinations in all).

I should have noted in my original email that there are known problems
with the latest development releases of the perl Test-Simple distro
(which contains Test::More), and hence also with the development perls
5.21.6 thru 5.21.9. Ignore these for now; it's already ticketed at
https://rt.cpan.org/Ticket/Display.html?id=103360 and will hopefully
be addressed (either in Apache-Test, or possibly in Test-Simple?)
soonish.


Re: [RELEASE CANDIDATE] Apache-Test-1.39 RC1

2015-04-13 Thread Steve Hay
On 8 April 2015 at 18:04, Steve Hay  wrote:
> On 8 April 2015 at 14:24, Steve Hay  wrote:
>> Please download, test, and report back on this Apache-Test 1.39
>> release candidate.
>>
>> http://people.apache.org/~stevehay/Apache-Test-1.39-rc1.tar.gz
>>
>
> Success on Windows with VC++ 2010 using perl-5.20.2 with/without LWP
> and httpd-2.2.29/2.4.10 (4 combinations in all).
>

Please can anyone spend a short while giving this a spin?

I've so far only had two reports -- and one of those was mine!


Re: [RELEASE CANDIDATE] Apache-Test-1.39 RC1

2015-04-13 Thread Jie Gao
Skip blib/lib/Apache/TestPerlDB.pm (unchanged)
Skip blib/lib/Apache/TestMM.pm (unchanged)
Skip blib/lib/Apache/TestClient.pm (unchanged)
Manifying blib/man3/Apache::Test.3
Manifying blib/man3/Apache::TestConfig.3
Manifying blib/man3/Apache::TestHandler.3
Manifying blib/man3/Apache::TestMB.3
Manifying blib/man3/Apache::TestMM.3
Manifying blib/man3/Apache::TestReport.3
Manifying blib/man3/Apache::TestRequest.3
Manifying blib/man3/Apache::TestRun.3
Manifying blib/man3/Apache::TestRunPHP.3
Manifying blib/man3/Apache::TestRunPerl.3
Manifying blib/man3/Apache::TestServer.3
Manifying blib/man3/Apache::TestSmoke.3
Manifying blib/man3/Apache::TestTrace.3
Manifying blib/man3/Apache::TestUtil.3
Manifying blib/man3/Bundle::ApacheTest.3
[17:41:11]jiegao@oslo/usr/local/src/Apache-Test-1.39-rc1:995> make test
/usr/local/bin/perl -Iblib/arch -Iblib/lib \
t/TEST  -clean
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/local/bin/perl 
/usr/local/src/Apache-Test-1.39-rc1/t/TEST -clean
APACHE_TEST_APXS= APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= 
APACHE_TEST_USER= \
/usr/local/bin/perl -Iblib/arch -Iblib/lib \
t/TEST  -bugreport -verbose=0 
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/local/bin/perl 
/usr/local/src/Apache-Test-1.39-rc1/t/TEST -bugreport -verbose=0
/usr/local/apache/bin/httpd  -d /usr/local/src/Apache-Test-1.39-rc1/t -f 
/usr/local/src/Apache-Test-1.39-rc1/t/conf/httpd.conf -D APACHE2 -D APACHE2_4 
-D PERL_USEITHREADS
using Apache/2.4.12 (worker MPM)

waiting 60 seconds for server to start: .
waiting 60 seconds for server to start: ok (waited 0 secs)
server localhost:8529 started
[   info] adding source lib /usr/local/src/Apache-Test-1.39-rc1/lib to @INC
t/alltest/all.t .. skipped: testing all.t
t/alltest2/all.t . skipped: testing more than one all.t
t/bad_coding.t ... ok   
t/cookies.t .. CGI will be removed from the Perl core distribution 
in the next major release. Please install it from CPAN. It is being used at 
(eval 22), line 2.
CGI::Util will be removed from the Perl core distribution in the next major 
release. Please install it from CPAN. It is being used at 
/usr/local/lib/perl5/5.20.2/CGI.pm, line 29.
CGI::Cookie will be removed from the Perl core distribution in the next major 
release. Please install it from CPAN. It is being used at (eval 23), line 2.
t/cookies.t .. skipped: cannot find one of cgi.c or cgid.c
t/import.t ... ok 
t/log_watch.t  ok 
t/more/all.t . skipped: cannot find module 'mod_perl.c'
t/next_available_port.t .. skipped: cannot find one of cgi.c or cgid.c
t/ping.t . ok   
t/redirect.t . ok   
t/request.t .. ok   
t/sok.t .. ok   
All tests successful.
Files=12, Tests=85,  5 wallclock secs ( 0.09 usr  0.06 sys +  3.82 cusr  0.91 
csys =  4.88 CPU)
Result: PASS
[warning] server localhost:8529 shutdown



-Jie



Regards,

Jie 

Please think of our environment and only print this e-mail if necessary.

* Steve Hay  wrote:

> Date: Mon, 13 Apr 2015 08:23:53 +0100
> From: Steve Hay 
> To: test-...@perl.apache.org, mod_perl Dev ,
>  "modperl@perl.apache.org" , d...@httpd.apache.org
> Subject: Re: [RELEASE CANDIDATE] Apache-Test-1.39 RC1
> 
> On 8 April 2015 at 18:04, Steve Hay  wrote:
> > On 8 April 2015 at 14:24, Steve Hay  wrote:
> >> Please download, test, and report back on this Apache-Test 1.39
> >> release candidate.
> >>
> >> http://people.apache.org/~stevehay/Apache-Test-1.39-rc1.tar.gz
> >>
> >
> > Success on Windows with VC++ 2010 using perl-5.20.2 with/without LWP
> > and httpd-2.2.29/2.4.10 (4 combinations in all).
> >
> 
> Please can anyone spend a short while giving this a spin?
> 
> I've so far only had two reports -- and one of those was mine!
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
> For additional commands, e-mail: dev-h...@perl.apache.org
> 


Re: [RELEASE CANDIDATE] Apache-Test-1.39 RC1

2015-04-13 Thread Francesc Guasch
On Mon, Apr 13, 2015 at 08:23:53AM +0100, Steve Hay wrote:
> 
> Please can anyone spend a short while giving this a spin?
> 
> I've so far only had two reports -- and one of those was mine!
> 
I tried Ubuntu 14.10 with fresh apache installed.
It didn't work for me. Maybe I missed something:

waiting 60 seconds for server to start: .AH00534: apache2: Configuration
error: No MPM loaded


Re: [RELEASE CANDIDATE] Apache-Test-1.39 RC1

2015-04-16 Thread Adam Prime

+1

server localhost:8529 started
[   info] adding source lib /tmp/Apache-Test-1.39-rc1/lib to @INC
t/alltest/allskipped
all skipped: testing all.t
t/alltest2/all...skipped
all skipped: testing more than one all.t
t/bad_coding.ok 

t/cookiesok 

t/import.ok 

t/log_watch..ok 


t/more/all...skipped
all skipped: cannot find module 'mod_perl.c'
t/next_available_portok 

t/ping...ok 

t/redirect...ok 

t/requestok 

t/sokok 


All tests successful, 3 tests skipped.
Files=12, Tests=88, 15 wallclock secs (13.79 cusr +  1.08 csys = 14.87 CPU)
[warning] server localhost:8529 shutdown




On 15-04-08 09:24 AM, Steve Hay wrote:

Please download, test, and report back on this Apache-Test 1.39
release candidate.

http://people.apache.org/~stevehay/Apache-Test-1.39-rc1.tar.gz

MD5  = ee927033dd36bb6befb34443b7353f4f
SHA1 = ab048a92d70b55a44668db240e9c9e3a969ef4a2

=item 1.39-rc1

Test scripts can now test if perl has a fork() implementation
available by using the Apache::Test::need_fork() function. [Steve Hay]

CPAN RT#87620: Add -D APACHE2_4 to identify httpd-2.4. [Michael Schout]

-
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org