You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/03/20 14:35:47 UTC

svn commit: r1668009 - /tomcat/tc7.0.x/trunk/build.xml

Author: markt
Date: Fri Mar 20 13:35:47 2015
New Revision: 1668009

URL: http://svn.apache.org/r1668009
Log:
Add an option (needed for Gump) to exclude performance related tests on systems that are known to have poor performance (or fail for other reasons).

Modified:
    tomcat/tc7.0.x/trunk/build.xml

Modified: tomcat/tc7.0.x/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1668009&r1=1668008&r2=1668009&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Fri Mar 20 13:35:47 2015
@@ -1460,6 +1460,8 @@
             <!-- build without it.                                           -->
             <exclude unless="java.7.home" name="org/apache/catalina/websocket/**" />
             <exclude unless="java.7.home" name="org/apache/tomcat/websocket/**" />
+            <!-- Exclude performance tests. E.g. on systems with slow/inconsistent timing -->
+            <exclude name="**/*Performance.java" if="${test.excludePerformance}" />
           </fileset>
         </batchtest>
       </junit>



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