Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 25368 invoked from network); 23 Dec 2003 15:58:10 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Dec 2003 15:58:10 -0000 Received: (qmail 22121 invoked by uid 500); 23 Dec 2003 15:58:05 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 22007 invoked by uid 500); 23 Dec 2003 15:58:04 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 21993 invoked from network); 23 Dec 2003 15:58:04 -0000 Received: from unknown (HELO ms-smtp-02-eri0.southeast.rr.com) (24.25.9.101) by daedalus.apache.org with SMTP; 23 Dec 2003 15:58:04 -0000 Received: from vulcan.knowmad.com (clt74-109-241.carolina.rr.com [24.74.109.241]) by ms-smtp-02-eri0.southeast.rr.com (8.12.10/8.12.7) with ESMTP id hBNFw4Ab000537 for ; Tue, 23 Dec 2003 10:58:04 -0500 (EST) Received: from zeus ([192.168.1.5] ident=mail) by vulcan.knowmad.com with esmtp (Exim 3.35 #1 (Debian)) id 1AYov6-0006xq-00 for ; Tue, 23 Dec 2003 10:58:04 -0500 Received: from william by zeus with local (Exim 3.36 #1 (Debian)) id 1AYov6-0005oV-00 for ; Tue, 23 Dec 2003 10:58:04 -0500 Date: Tue, 23 Dec 2003 10:58:04 -0500 From: William McKee To: test-dev@httpd.apache.org Subject: Re: APACHE_TEST_LIVE_DEV Message-ID: <20031223155804.GF18339@knowmad.com> References: <20031222231650.GE15393@knowmad.com> <3FE7860C.6070801@stason.org> <20031223150535.GD18339@knowmad.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031223150535.GD18339@knowmad.com> User-Agent: Mutt/1.5.4i X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Stas, A bit more testing has revealed more about modperl_inc.pl to me. I had neglected to realize that modperl_inc.pl only gets loaded on server startup. I had been running my tests using the following commands: t/TEST -start t/TEST -run-tests When I made the changes to modperl_inc.pl, I had not restarted the server and therefore did not see the @INC output. Once I restarted the server, I began to see the output. The weird thing is that the output of @INC in modperl_inc.pl is very different from the output of @INC in my test script (see example at end of email). Also, I found the blib paths in t/conf/apache_test_config.pm and decided to comment those out to see what would happen. As you can see from the output of @INC below, those changes did not appear to have any effect. Is the apache_test_config.pm file documented anywhere? What is this file doing? Thanks, William --------------------------------------------------------------------- setting ulimit to allow core files ulimit -c unlimited; t/TEST 't/02WebBase.t' /usr/local/apache/bin/httpd -d /home/quicktel/QT-Web/t -f /home/quicktel/QT-Web/t/conf/httpd.conf -DAPACHE1 using Apache/1.3.29 waiting 60 seconds for server to start: 00:00$VAR1 = [ '/home/quicktel/QT-Web/lib', '/home/quicktel/QT-Web/blib/lib', '/home/quicktel/QT-Web/blib/arch', '/home/quicktel/QT-Web/t', '/usr/local/lib/perl5/5.8.2/i686-linux', '/usr/local/lib/perl5/5.8.2', '/usr/local/lib/perl5/site_perl/5.8.2/i686-linux', '/usr/local/lib/perl5/site_perl/5.8.2', '/usr/local/lib/perl5/site_perl', '/usr/share/perl5/', '.', '/home/quicktel/QT-Web/t/', '/home/quicktel/QT-Web/t/lib/perl' ]; waiting 60 seconds for server to start: ok (waited 1 secs) server localhost:8529 started server localhost:8530 listening (*) 02WebBase....ok 2/11[Tue Dec 23 10:22:45 2003] 02WebBase.t: $VAR1 = [ [Tue Dec 23 10:22:45 2003] 02WebBase.t: '/home/quicktel/QT-Web/blib/lib', [Tue Dec 23 10:22:45 2003] 02WebBase.t: '/home/quicktel/QT-Web/blib/arch', [Tue Dec 23 10:22:45 2003] 02WebBase.t: '/home/quicktel/QT-Web/lib', [Tue Dec 23 10:22:45 2003] 02WebBase.t: 'lib', [Tue Dec 23 10:22:45 2003] 02WebBase.t: '/usr/local/lib/perl5/5.8.2/i686-linux', [Tue Dec 23 10:22:45 2003] 02WebBase.t: '/usr/local/lib/perl5/5.8.2', [Tue Dec 23 10:22:45 2003] 02WebBase.t: '/usr/local/lib/perl5/site_perl/5.8.2/i686-linux', [Tue Dec 23 10:22:45 2003] 02WebBase.t: '/usr/local/lib/perl5/site_perl/5.8.2', [Tue Dec 23 10:22:45 2003] 02WebBase.t: '/usr/local/lib/perl5/site_perl', [Tue Dec 23 10:22:45 2003] 02WebBase.t: '/usr/share/perl5/', [Tue Dec 23 10:22:45 2003] 02WebBase.t: '.' [Tue Dec 23 10:22:45 2003] 02WebBase.t: ]; 02WebBase....ok All tests successful. Files=1, Tests=11, 2 wallclock secs ( 1.66 cusr + 0.13 csys = 1.79 CPU) server localhost:8529 shutdown --------------------------------------------------------------------- -- Knowmad Services Inc. http://www.knowmad.com