Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 42066 invoked from network); 7 Jul 2006 07:44:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jul 2006 07:44:57 -0000 Received: (qmail 86830 invoked by uid 500); 7 Jul 2006 07:44:56 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 86817 invoked by uid 500); 7 Jul 2006 07:44:56 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 86749 invoked by uid 99); 7 Jul 2006 07:44:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2006 00:44:55 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.236.219.70] (HELO piccollo.p6m7g8.net) (66.236.219.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2006 00:44:53 -0700 Received: from [192.168.0.210] (c-24-130-79-25.hsd1.ca.comcast.net [24.130.79.25]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.6/8.13.6) with ESMTP id k677iTuh034590 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 7 Jul 2006 03:44:30 -0400 (EDT) (envelope-from pgollucci@p6m7g8.com) Message-ID: <44AE10FA.1030707@p6m7g8.com> Date: Fri, 07 Jul 2006 00:44:58 -0700 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Thunderbird 1.5.0.4 (X11/20060627) MIME-Version: 1.0 To: "Philip M. Gollucci" CC: Dave Rolsky , dev@perl.apache.org Subject: Re: ANNOUNCE: Apache::SizeLimit 0.90-rc1 [test results] References: <44AE0EA9.20402@p6m7g8.com> In-Reply-To: <44AE0EA9.20402@p6m7g8.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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