Author: sslavic
Date: Sat Jul 6 07:30:00 2013
New Revision: 1500216
URL: http://svn.apache.org/r1500216
Log:
Configured tests to run sequentially, without any parallelization, forking
separate JVM for each test, without reusing forks; this will be very slow, but
recent build instability is likely caused by some tests not being able to run
in parallel
Modified:
mahout/trunk/pom.xml
Modified: mahout/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1500216&r1=1500215&r2=1500216&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Sat Jul 6 07:30:00 2013
@@ -621,7 +621,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <forkCount>1.5C</forkCount>
+ <forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<threadCount>1</threadCount>
<perCoreThreadCount>false</perCoreThreadCount>