This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new a0ae809 Attempt to improve test stability a0ae809 is described below commit a0ae809557a9b9d8f1a466fc9264cc8af20ff2d1 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Oct 9 08:18:49 2020 +0100 Attempt to improve test stability Test runs are being stopped by signal (-9). Suspect the OS OOM protection. Reduce the number of parallel test threads from 16 to 4. There are only 2 cores per test VM so a high number of threads is unlikely to provide any benefit. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b049844..af37442 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,7 @@ install: - cd $CURR_PWD - yes | cp build.properties.default build.properties - echo >> build.properties - - echo "test.threads=16" >> build.properties + - echo "test.threads=4" >> build.properties - echo "test.relaxTiming=true" >> build.properties - echo "test.excludePerformance=true" >> build.properties - echo "test.openssl.path=/dev/null/openssl" >> build.properties --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org