You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by "Philip M. Gollucci" <pg...@p6m7g8.com> on 2006/07/07 09:35:05 UTC

Re: ANNOUNCE: Apache::SizeLimit 0.90-rc1 [test results]

Dave Rolsky wrote:
> This is available here:
> http://people.apache.org/~autarch/Apache-SizeLimit-0.9.tar.gz
FreeBSD 6.0-RELEASE i386
mod_perl 1.29 (static compile)
httpd 1.3.36
mm 1.4.0
mod_ssl-2.8.27-1.3.36
perl 5.8.8 no ithreads
Apache-Test (svn trunk)
gcc 3.4.4

I'm looking in to this, but I don't promise anything.... HTH

$ perl Makefile.PL -httpd /usr/local/software/freebsd-6.0-release-p5/3.4.4/httpd/1.3.36/bin/httpd
Checking if your kit is complete...
Looks good
Writing Makefile for Apache::SizeLimit

$ make
cp lib/Apache/SizeLimit.pm blib/lib/Apache/SizeLimit.pm
Manifying blib/man3/Apache::SizeLimit.3

$ make test
/usr/local/software/freebsd-6.0-release-p5/3.4.4/perl/5.8.8/bin/perl5.8.8 -Iblib/arch -Iblib/lib  t/TEST  -clean
APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_USER= APACHE_TEST_APXS=
/usr/local/software/freebsd-6.0-release-p5/3.4.4/perl/5.8.8/bin/perl5.8.8 -Iblib/arch -Iblib/lib  t/TEST  -bugreport
-verbose=0
/usr/local/software/freebsd-6.0-release-p5/3.4.4/httpd/1.3.36/bin/httpd  -d
/usr/home/pgollucci/dev/repos/asf/perl/Apache-SizeLimit/trunk/t -f
/usr/home/pgollucci/dev/repos/asf/perl/Apache-SizeLimit/trunk/t/conf/httpd.conf -D APACHE1
using Apache/1.3.36

waiting 60 seconds for server to start: .
waiting 60 seconds for server to start: ok (waited 0 secs)
server localhost:8529 started
t/apache/basic.........FAILED tests 6, 8
    Failed 2/12 tests, 83.33% okay
t/apache/deprecated....ok
t/pod..................ok
Failed Test      Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/apache/basic.t               12    2  16.67%  6 8
Failed 1/3 test scripts, 66.67% okay. 2/18 subtests failed, 88.89% okay.
*** Error code 1

$ ./t/TEST -verbose t/apache/basic.t
not ok 6 - proc size is greater than shared size
[snipped]
#   Failed test 'proc size is greater than shared size'
#   in /usr/home/pgollucci/dev/repos/asf/perl/Apache-SizeLimit/trunk/t/response/TestApache/basic.pm at line 55.
#     '14124'
#         >
#     '52080'

not ok 8 - check that _limits_are_exceeded() returns true based on max unshared size
#   Failed test 'check that _limits_are_exceeded() returns true based on max unshared size'
#   in /usr/home/pgollucci/dev/repos/

cat t/logs/error_log
[Fri Jul  7 00:26:43 2006] [notice] Apache/1.3.36 (Unix) mod_perl/1.29 mod_ssl/2.8.27 OpenSSL/0.9.7e-p1 configured --
resuming normal operations
[Fri Jul  7 00:26:43 2006] [info] Server built: Jul  7 2006 00:07:22
[Fri Jul  7 00:26:43 2006] [notice] Accept mutex: flock (Default: flock)
[Fri Jul  7 00:26:46 2006] [info] [client 127.0.0.1] (2)No such file or directory: client stopped connection before
rwrite completed
[Fri Jul  7 00:26:46 2006] [debug] Apache.c(364): (2)No such file or directory: mod_perl: rwrite returned -1 (fd=-1,
B_EOUT=8)\n
[Fri Jul  7 00:26:46 2006] [info] removed PID file
/usr/home/pgollucci/dev/repos/asf/perl/Apache-SizeLimit/trunk/t/logs/httpd.pid (pid=49402)
[Fri Jul  7 00:26:46 2006] [notice] caught SIGTERM, shutting down
[Fri Jul  7 00:27:01 2006] [notice] Apache/1.3.36 (Unix) mod_perl/1.29 mod_ssl/2.8.27 OpenSSL/0.9.7e-p1 configured --
resuming normal operations
[Fri Jul  7 00:27:01 2006] [info] Server built: Jul  7 2006 00:07:22
[Fri Jul  7 00:27:01 2006] [notice] Accept mutex: flock (Default: flock)
[Fri Jul  7 00:27:03 2006] [info] [client 127.0.0.1] (2)No such file or directory: client stopped connection before
rwrite completed
[Fri Jul  7 00:27:03 2006] [debug] Apache.c(364): (2)No such file or directory: mod_perl: rwrite returned -1 (fd=-1,
B_EOUT=8)\n
[Fri Jul  7 00:27:03 2006] [info] removed PID file
/usr/home/pgollucci/dev/repos/asf/perl/Apache-SizeLimit/trunk/t/logs/httpd.pid (pid=49469)
[Fri Jul  7 00:27:03 2006] [notice] caught SIGTERM, shutting down

------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."

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


Re: ANNOUNCE: Apache::SizeLimit 0.90-rc1 [test results]

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
https://rt.cpan.org/Ticket/Display.html?id=18230

I'm not entirely sure whats correct anymore, I'm going to ask on question (at) FreeBSD (dot) org

Philip M. Gollucci wrote:
> Dave Rolsky wrote:
>> This is available here:
>> http://people.apache.org/~autarch/Apache-SizeLimit-0.9.tar.gz
> FreeBSD 6.0-RELEASE i386
> mod_perl 1.29 (static compile)
> httpd 1.3.36
> mm 1.4.0
> mod_ssl-2.8.27-1.3.36
> perl 5.8.8 no ithreads
> Apache-Test (svn trunk)
> gcc 3.4.4
> 
> I'm looking in to this, but I don't promise anything.... HTH
> 
> $ perl Makefile.PL -httpd /usr/local/software/freebsd-6.0-release-p5/3.4.4/httpd/1.3.36/bin/httpd
> Checking if your kit is complete...
> Looks good
> Writing Makefile for Apache::SizeLimit
> 
> $ make
> cp lib/Apache/SizeLimit.pm blib/lib/Apache/SizeLimit.pm
> Manifying blib/man3/Apache::SizeLimit.3
> 
> $ make test
> /usr/local/software/freebsd-6.0-release-p5/3.4.4/perl/5.8.8/bin/perl5.8.8 -Iblib/arch -Iblib/lib  t/TEST  -clean
> APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_USER= APACHE_TEST_APXS=
> /usr/local/software/freebsd-6.0-release-p5/3.4.4/perl/5.8.8/bin/perl5.8.8 -Iblib/arch -Iblib/lib  t/TEST  -bugreport
> -verbose=0
> /usr/local/software/freebsd-6.0-release-p5/3.4.4/httpd/1.3.36/bin/httpd  -d
> /usr/home/pgollucci/dev/repos/asf/perl/Apache-SizeLimit/trunk/t -f
> /usr/home/pgollucci/dev/repos/asf/perl/Apache-SizeLimit/trunk/t/conf/httpd.conf -D APACHE1
> using Apache/1.3.36
> 
> waiting 60 seconds for server to start: .
> waiting 60 seconds for server to start: ok (waited 0 secs)
> server localhost:8529 started
> t/apache/basic.........FAILED tests 6, 8
>     Failed 2/12 tests, 83.33% okay
> t/apache/deprecated....ok
> t/pod..................ok
> Failed Test      Stat Wstat Total Fail  Failed  List of Failed
> -------------------------------------------------------------------------------
> t/apache/basic.t               12    2  16.67%  6 8
> Failed 1/3 test scripts, 66.67% okay. 2/18 subtests failed, 88.89% okay.
> *** Error code 1
> 
> $ ./t/TEST -verbose t/apache/basic.t
> not ok 6 - proc size is greater than shared size
> [snipped]
> #   Failed test 'proc size is greater than shared size'
> #   in /usr/home/pgollucci/dev/repos/asf/perl/Apache-SizeLimit/trunk/t/response/TestApache/basic.pm at line 55.
> #     '14124'
> #         >
> #     '52080'
> 
> not ok 8 - check that _limits_are_exceeded() returns true based on max unshared size
> #   Failed test 'check that _limits_are_exceeded() returns true based on max unshared size'
> #   in /usr/home/pgollucci/dev/repos/
> 
> cat t/logs/error_log
> [Fri Jul  7 00:26:43 2006] [notice] Apache/1.3.36 (Unix) mod_perl/1.29 mod_ssl/2.8.27 OpenSSL/0.9.7e-p1 configured --
> resuming normal operations
> [Fri Jul  7 00:26:43 2006] [info] Server built: Jul  7 2006 00:07:22
> [Fri Jul  7 00:26:43 2006] [notice] Accept mutex: flock (Default: flock)
> [Fri Jul  7 00:26:46 2006] [info] [client 127.0.0.1] (2)No such file or directory: client stopped connection before
> rwrite completed
> [Fri Jul  7 00:26:46 2006] [debug] Apache.c(364): (2)No such file or directory: mod_perl: rwrite returned -1 (fd=-1,
> B_EOUT=8)\n
> [Fri Jul  7 00:26:46 2006] [info] removed PID file
> /usr/home/pgollucci/dev/repos/asf/perl/Apache-SizeLimit/trunk/t/logs/httpd.pid (pid=49402)
> [Fri Jul  7 00:26:46 2006] [notice] caught SIGTERM, shutting down
> [Fri Jul  7 00:27:01 2006] [notice] Apache/1.3.36 (Unix) mod_perl/1.29 mod_ssl/2.8.27 OpenSSL/0.9.7e-p1 configured --
> resuming normal operations
> [Fri Jul  7 00:27:01 2006] [info] Server built: Jul  7 2006 00:07:22
> [Fri Jul  7 00:27:01 2006] [notice] Accept mutex: flock (Default: flock)
> [Fri Jul  7 00:27:03 2006] [info] [client 127.0.0.1] (2)No such file or directory: client stopped connection before
> rwrite completed
> [Fri Jul  7 00:27:03 2006] [debug] Apache.c(364): (2)No such file or directory: mod_perl: rwrite returned -1 (fd=-1,
> B_EOUT=8)\n
> [Fri Jul  7 00:27:03 2006] [info] removed PID file
> /usr/home/pgollucci/dev/repos/asf/perl/Apache-SizeLimit/trunk/t/logs/httpd.pid (pid=49469)
> [Fri Jul  7 00:27:03 2006] [notice] caught SIGTERM, shutting down
> 
> ------------------------------------------------------------------------
> Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
> Consultant / http://p6m7g8.net/Resume/resume.shtml
> Senior Software Engineer - TicketMaster - http://ticketmaster.com
> 1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F
> 
> "In all that I've done wrong I know I must have done something right to
> deserve a hug every morning and butterfly kisses at night."
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org


-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."

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