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/02/05 16:44:35 UTC

svn commit: r1657609 - /tomcat/trunk/BUILDING.txt

Author: markt
Date: Thu Feb  5 15:44:35 2015
New Revision: 1657609

URL: http://svn.apache.org/r1657609
Log:
Document new test properties.

Modified:
    tomcat/trunk/BUILDING.txt

Modified: tomcat/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=1657609&r1=1657608&r2=1657609&view=diff
==============================================================================
--- tomcat/trunk/BUILDING.txt (original)
+++ tomcat/trunk/BUILDING.txt Thu Feb  5 15:44:35 2015
@@ -404,6 +404,20 @@ For example:
   Apache License v1.1. See http://cobertura.sf.net for details. Using it
   during Tomcat build is optional and is off by default.
 
+ 6. The performance tests are written to run reasonably powerful machines (such
+    as a developer may use day to day) assuming no other resource hungry
+    processes are running. These assumptions are not always true (e.g. on CI
+    systems running ina virtual machine) so the performance tests may be
+    disabled by using the following property:
+
+        test.excludePerformance=true
+
+ 7. Some tests include checks that the access log valve entries are as expected.
+    These checks include timings. On slower / loaded systems these checks will
+    often fail. The checks may be relaxed by using the following proeprty:
+
+        test.relaxTiming=true
+
 
 (8) Source code checks
 



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