You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2017/08/17 20:43:50 UTC

[3/4] tomee git commit: TOMEE-2115 only use 1 thread.

TOMEE-2115 only use 1 thread.

With 2 threads I got random file locking failures.
Will only happen on fast boxes, but still very nasty.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/7f2b429a
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/7f2b429a
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/7f2b429a

Branch: refs/heads/fb_tomee8
Commit: 7f2b429a2ae29df888a79466d1754226b66d94f2
Parents: 160ff48
Author: Mark Struberg <st...@apache.org>
Authored: Thu Aug 17 22:41:38 2017 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Thu Aug 17 22:41:38 2017 +0200

----------------------------------------------------------------------
 container/openejb-core/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/7f2b429a/container/openejb-core/pom.xml
----------------------------------------------------------------------
diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index 3fb2a16..33c212f 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -315,11 +315,11 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.17</version>
+        <version>${surefire.version}</version>
         <configuration>
           <childDelegation>true</childDelegation>
           <reuseForks>false</reuseForks>
-          <forkCount>2</forkCount>
+          <forkCount>1</forkCount>
           <testNGArtifactName>none:none</testNGArtifactName>
           <argLine>
             -javaagent:${project.basedir}/target/openejb-javaagent-${project.version}.jar