You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by pg...@apache.org on 2007/03/20 03:03:35 UTC

svn commit: r520216 - in /perl/Apache-Test/trunk: Changes lib/Apache/TestConfigParse.pm

Author: pgollucci
Date: Mon Mar 19 19:03:34 2007
New Revision: 520216

URL: http://svn.apache.org/viewvc?view=rev&rev=520216
Log:
http://rt.cpan.org/Ticket/Display.html?id=25548

Add bwshare.so to modules to not inherit so rate limiting
doesn't cause test failures.

Submitted by: imacat <im...@mail.imacat.idv.tw>


Modified:
    perl/Apache-Test/trunk/Changes
    perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm

Modified: perl/Apache-Test/trunk/Changes
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/Changes?view=diff&rev=520216&r1=520215&r2=520216
==============================================================================
--- perl/Apache-Test/trunk/Changes (original)
+++ perl/Apache-Test/trunk/Changes Mon Mar 19 19:03:34 2007
@@ -11,6 +11,11 @@
 
 =item 1.29 November 28, 2006
 
+Add bwshare.so to the list of modules to not inherit b/c
+it rate limits requests to less then that of a test suite.
+PR: 25548
+[imacat <im...@mail.imacat.idv.tw>]
+
 Require a minium of Module::Build 0.18 when using Apache::TestMB.
 PR: 19513
 [Philip M. Gollucci]

Modified: perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm?view=diff&rev=520216&r1=520215&r2=520216
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm Mon Mar 19 19:03:34 2007
@@ -179,7 +179,8 @@
 #XXX mod_jk requires JkWorkerFile or JkWorker to be configured
 #skip it for now, tomcat has its own test suite anyhow.
 #XXX: mod_casp2.so requires other settings in addition to LoadModule
-my @autoconfig_skip_module = qw(mod_jk.c mod_casp2.c);
+#XXX: mod_bwshare.so blocks fast requests that tests are doing
+my @autoconfig_skip_module = qw(mod_jk.c mod_casp2.c mod_bwshare.c);
 
 # add modules to be not inherited from the existing config.
 # e.g. prevent from LoadModule perl_module to be included twice, when