Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: ModPerl

Apache::Bootstrap 0.07-rc1 available for testing

 

 

ModPerl modperl RSS feed   Index | Next | Previous | View Threaded


fred at redhotpenguin

Jul 9, 2009, 3:18 PM

Post #1 of 6 (905 views)
Permalink
Apache::Bootstrap 0.07-rc1 available for testing

I'd love it if you could take this rc for a spin and report back. Passing
all tests on OS X 10.5, 5.8.8, 2.2.6
and Centos 5.2, 5.8.9, 2.2.8.

I resolved some issues while implementing this version for Apache::Dispatch.

Changes since 0.06

- fix syntax error in params validation in new (mp2 param unchecked)
- warn instead of dying in new if a module is not present, and then
decide if any modules are present to create a new bootstrap object


http://people.apache.org/~phred/Apache-Bootstrap-0.07-rc1.tar.gz


gozer at ectoplasm

Jul 9, 2009, 6:25 PM

Post #2 of 6 (832 views)
Permalink
Re: Apache::Bootstrap 0.07-rc1 available for testing [In reply to]

On 09/07/09 18:18 , Fred Moyer wrote:
> I'd love it if you could take this rc for a spin and report back. Passing
> all tests on OS X 10.5, 5.8.8, 2.2.6
> and Centos 5.2, 5.8.9, 2.2.8.

Works on my OS X Leopard box with system and darwinports perl.

$ prove -b t ; /usr/bin/prove -b t
t/00-load.........ok 1/11# bootstrapping mp1 only

# bootstrapping mp2 only
mod_perl2 not present, cannot bootstrap mp2 at
blib/lib/Apache/Bootstrap.pm line 121.
# Testing Apache::Bootstrap 0.07-rc1, Perl 5.008008, /opt/local/bin/perl
t/00-load.........ok

7/11 skipped: various reasons
t/pod-coverage....ok

t/pod.............ok

All tests successful, 7 subtests skipped.
Files=3, Tests=13, 1 wallclock secs ( 0.22 cusr + 0.05 csys = 0.27 CPU)
t/00-load.t ....... 1/11 # bootstrapping mp1 only
mod_perl not present, cannot bootstrap mp1 at
/Users/gozer/tmp/Apache-Bootstrap-0.07-rc1/blib/lib/Apache/Bootstrap.pm
line 96.
# bootstrapping mp2 only
# Testing Apache::Bootstrap 0.07-rc1, Perl 5.008008, /usr/bin/perl
Apache::Test version is 1.30, minimum version required is 1.31, tests
will be skipped
t/00-load.t ....... ok
t/pod-coverage.t .. ok
t/pod.t ........... ok
All tests successful.
Files=3, Tests=13, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.40 cusr
0.06 csys = 0.50 CPU)
Result: PASS

+1

--
Philippe M. Chiasson GPG: F9BFE0C2480E7680 1AE53631CB32A107 88C3A5A5
http://gozer.ectoplasm.org/ m/gozer\@(apache|cpan|ectoplasm)\.org/
Attachments: signature.asc (0.24 KB)


cosimo at streppone

Jul 10, 2009, 1:48 AM

Post #3 of 6 (834 views)
Permalink
Re: Apache::Bootstrap 0.07-rc1 available for testing [In reply to]

In data 10 juli 2009 alle ore 00:18:57, Fred Moyer
<fred [at] redhotpenguin> ha scritto:

> I'd love it if you could take this rc for a spin and report back.
> Passing all tests on OS X 10.5, 5.8.8, 2.2.6
> and Centos 5.2, 5.8.9, 2.2.8.

Test pass on debian etch.
Not sure why it says "minimum version required is 1.31" for Apache::Test.
Does 1.31 exist somewhere?


PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.........ok 1/11# bootstrapping mp1 only
mod_perl not present, cannot bootstrap mp1 at
/var/dev/cosimo/src/Apache-Bootstrap-0.07-rc1/blib/lib/Apache/Bootstrap.pm
line 96.
# bootstrapping mp2 only
# Testing Apache::Bootstrap 0.07-rc1, Perl 5.008008, /usr/bin/perl
Apache::Test version is 1.30, minimum version required is 1.31, tests will
be skipped
t/00-load.........ok
6/11 skipped: various reasons
t/pod-coverage....skipped
all skipped: Pod::Coverage 0.18 required for testing POD coverage
t/pod.............ok
All tests successful, 1 test and 6 subtests skipped.
Files=3, Tests=12, 0 wallclock secs ( 0.49 cusr + 0.04 csys = 0.53 CPU)


--
Cosimo


adam.prime at utoronto

Jul 10, 2009, 7:07 AM

Post #4 of 6 (829 views)
Permalink
Re: Apache::Bootstrap 0.07-rc1 available for testing [In reply to]

Fred Moyer wrote:
> I'd love it if you could take this rc for a spin and report back.
> Passing all tests on OS X 10.5, 5.8.8, 2.2.6
> and Centos 5.2, 5.8.9, 2.2.8.
>
> I resolved some issues while implementing this version for Apache::Dispatch.
>
> Changes since 0.06
>
> - fix syntax error in params validation in new (mp2 param unchecked)
> - warn instead of dying in new if a module is not present, and then
> decide if any modules are present to create a new bootstrap object
>
>
> http://people.apache.org/~phred/Apache-Bootstrap-0.07-rc1.tar.gz

make and make test ok on...



Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
Platform:
osname=linux, osvers=2.4.26-gentoo-r9, archname=i686-linux

PERL_DL_NONLAZY=1 /usr/bin/perl5.8.6 "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.........# bootstrapping mp1 only
mod_perl not present, cannot bootstrap mp1 at
/home/adam/Apache-Bootstrap-0.07-rc1/blib/lib/Apache/Bootstrap.pm line 96.
# bootstrapping mp2 only
t/00-load.........ok 3/11# Testing Apache::Bootstrap 0.07-rc1, Perl
5.008006, /usr/bin/perl5.8.6
t/00-load.........ok 6/11Apache::Test version is 1.27, minimum version
required is 1.28, tests will be skipped
t/00-load.........ok
6/11 skipped: various reasons
t/pod-coverage....skipped
all skipped: Test::Pod::Coverage 1.08 required for testing POD
coverage
t/pod.............skipped
all skipped: Test::Pod 1.22 required for testing POD
All tests successful, 2 tests and 6 subtests skipped.
Files=3, Tests=11, 2 wallclock secs ( 1.38 cusr + 0.07 csys = 1.45 CPU)


Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.24-gentoo-r8, archname=i686-linux

PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load...........1/11 # bootstrapping mp1 only
mod_perl not present, cannot bootstrap mp1 at
/home/adam/Apache-Bootstrap-0.07-rc1/blib/lib/Apache/Bootstrap.pm line 96.
# bootstrapping mp2 only
# Testing Apache::Bootstrap 0.07-rc1, Perl 5.008008, /usr/bin/perl5.8.8
Apache::Test version is 1.31, minimum version required is 1.32, tests
will be skipped
t/00-load...........ok
t/pod-coverage......skipped: Test::Pod::Coverage 1.08 required for
testing POD coverage
t/pod...............ok
All tests successful.
Files=3, Tests=12, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.67 cusr
0.10 csys = 0.79 CPU)
Result: PASS




Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=solaris, osvers=2.10, archname=i86pc-solaris

PERL_DL_NONLAZY=1 /oanda/system/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ....... 1/11 # bootstrapping mp1 only
mod_perl not present, cannot bootstrap mp1 at
/home/aprime/Apache-Bootstrap-0.07-rc1/blib/lib/Apache/Bootstrap.pm line 96.
# bootstrapping mp2 only
# Testing Apache::Bootstrap 0.07-rc1, Perl 5.008008, /oanda/system/bin/perl
Apache::Test version is 1.31, minimum version required is 1.32, tests
will be skipped
t/00-load.t ....... ok
t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.08 required for
testing POD coverage
t/pod.t ........... ok
All tests successful.
Files=3, Tests=12, 2 wallclock secs ( 0.04 usr 0.02 sys + 0.50 cusr
0.12 csys = 0.68 CPU)
Result: PASS



Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=solaris, osvers=2.10, archname=i86pc-solaris

PERL_DL_NONLAZY=1 /oanda/system/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ....... 1/11 # bootstrapping mp1 only
# bootstrapping mp2 only
mod_perl2 not present, cannot bootstrap mp2 at
/home/aprime/Apache-Bootstrap-0.07-rc1/blib/lib/Apache/Bootstrap.pm line
121.
# Testing Apache::Bootstrap 0.07-rc1, Perl 5.008008, /oanda/system/bin/perl
Subroutine boot redefined at
/oanda/system/lib/site_perl/i86pc-solaris/mod_perl.pm line 10.
Subroutine hook redefined at
/oanda/system/lib/site_perl/i86pc-solaris/mod_perl.pm line 22.
Subroutine import redefined at
/oanda/system/lib/site_perl/i86pc-solaris/mod_perl.pm line 31.
t/00-load.t ....... ok
t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.08 required for
testing POD coverage
t/pod.t ........... ok
All tests successful.
Files=3, Tests=12, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.24 cusr
0.05 csys = 0.35 CPU)
Result: PASS



Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.24-19-server,
archname=i486-linux-gnu-thread-multi

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.........1/11 # bootstrapping mp1 only
mod_perl not present, cannot bootstrap mp1 at
/local/aprime/Apache-Bootstrap-0.07-rc1/blib/lib/Apache/Bootstrap.pm
line 96.
# bootstrapping mp2 only
# Testing Apache::Bootstrap 0.07-rc1, Perl 5.008008, /usr/bin/perl
Apache::Test version is 1.31, minimum version required is 1.32, tests
will be skipped
t/00-load.........ok
t/pod-coverage....ok
t/pod.............ok
All tests successful.


Adam


fred at redhotpenguin

Jul 10, 2009, 11:42 AM

Post #5 of 6 (829 views)
Permalink
Re: Apache::Bootstrap 0.07-rc1 available for testing [In reply to]

On Fri, Jul 10, 2009 at 1:48 AM, Cosimo Streppone <cosimo [at] streppone> wrote:
>
> In data 10 juli 2009 alle ore 00:18:57, Fred Moyer <fred [at] redhotpenguin> ha scritto:
>
>> I'd love it if you could take this rc for a spin and report back.  Passing all tests on OS X 10.5, 5.8.8, 2.2.6
>> and Centos 5.2, 5.8.9, 2.2.8.
>
> Test pass on debian etch.
> Not sure why it says "minimum version required is 1.31" for Apache::Test.
> Does 1.31 exist somewhere?

It does not. I do some stuff in there to magically bump up the
version of apache test to one above what is installed so that the
check_for_apache_test method should fail.


Do you have only mod_perl2 installed? Getting the detection to work
has been tough, but I think this version may be doing the job
correctly.

>
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/00-load.........ok 1/11# bootstrapping mp1 only
> mod_perl not present, cannot bootstrap mp1 at /var/dev/cosimo/src/Apache-Bootstrap-0.07-rc1/blib/lib/Apache/Bootstrap.pm line 96.
> # bootstrapping mp2 only
> # Testing Apache::Bootstrap 0.07-rc1, Perl 5.008008, /usr/bin/perl
> Apache::Test version is 1.30, minimum version required is 1.31, tests will be skipped
> t/00-load.........ok
>        6/11 skipped: various reasons
> t/pod-coverage....skipped
>        all skipped: Pod::Coverage 0.18 required for testing POD coverage
> t/pod.............ok
> All tests successful, 1 test and 6 subtests skipped.
> Files=3, Tests=12,  0 wallclock secs ( 0.49 cusr +  0.04 csys =  0.53 CPU)
>
>
> --
> Cosimo


cosimo at streppone

Jul 10, 2009, 2:11 PM

Post #6 of 6 (828 views)
Permalink
Re: Apache::Bootstrap 0.07-rc1 available for testing [In reply to]

Fred wrote:

> Do you have only mod_perl2 installed? Getting the detection to work
> has been tough, but I think this version may be doing the job
> correctly.

Yes, only mp2.

--
Cosimo

ModPerl modperl RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.