Author: rjung Date: Sat Apr 15 18:56:18 2017 New Revision: 1791537 URL: http://svn.apache.org/viewvc?rev=1791537&view=rev Log: Dcoument properties "test.excludePerformance", "test.relaxTiming" and "java.net.preferIPv4Stack" in BUILDING.txt.
Modified: tomcat/tc6.0.x/trunk/BUILDING.txt tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/BUILDING.txt?rev=1791537&r1=1791536&r2=1791537&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/BUILDING.txt (original) +++ tomcat/tc6.0.x/trunk/BUILDING.txt Sat Apr 15 18:56:18 2017 @@ -294,3 +294,25 @@ as for the property "test.name". junit.formatter.usefile=false + 5. 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 in a + virtual machine) so the performance tests may be disabled by using the + following property: + + test.excludePerformance=true + + 6. 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 property: + + test.relaxTiming=true + + 7. It is known that some platforms (e.g. OSX El Capitan) require IPv4 to + be the default for the multicast tests to work. This is configured by + the following property: + + java.net.preferIPv4Stack=true + Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1791537&r1=1791536&r2=1791537&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sat Apr 15 18:56:18 2017 @@ -48,6 +48,11 @@ <subsection name="General"> <changelog> <add> + Dcoument properties <code>test.excludePerformance</code>, + <code>test.relaxTiming</code> and <code>java.net.preferIPv4Stack</code> + in BUILDING.txt. (rjung) + </add> + <add> Allow to exclude JUnit test classes using the build property <code>test.exclude</code> and document the property in BUILDING.txt. (rjung) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org