You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2014/12/04 09:27:31 UTC

tomee git commit: trying to run bval tomee tck without parallelisim to see if it is linked to our mem issue

Repository: tomee
Updated Branches:
  refs/heads/develop 8d70b031d -> 887e1b3c2


trying to run bval tomee tck without parallelisim to see if it is linked to our mem issue


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

Branch: refs/heads/develop
Commit: 887e1b3c2fed8eed59cdb9bbccd6f06d9f221c11
Parents: 8d70b03
Author: Romain Manni-Bucau <rm...@apache.org>
Authored: Thu Dec 4 09:27:11 2014 +0100
Committer: Romain Manni-Bucau <rm...@apache.org>
Committed: Thu Dec 4 09:27:11 2014 +0100

----------------------------------------------------------------------
 tck/bval-tomee/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/887e1b3c/tck/bval-tomee/pom.xml
----------------------------------------------------------------------
diff --git a/tck/bval-tomee/pom.xml b/tck/bval-tomee/pom.xml
index c79c243..506a088 100644
--- a/tck/bval-tomee/pom.xml
+++ b/tck/bval-tomee/pom.xml
@@ -179,8 +179,8 @@
           <suiteXmlFiles>
             <suiteXmlFile>${project.build.directory}/dependency/beanvalidation-tck-tests-suite.xml</suiteXmlFile>
           </suiteXmlFiles>
-          <parallel>methods</parallel>
-          <threadCount>4</threadCount>
+          <parallel>classes</parallel>
+          <threadCount>1</threadCount>
         </configuration>
       </plugin>
     </plugins>