You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/07/08 09:10:28 UTC

[tomee] branch master updated: Test trying to isolate between tests to avoid conflicts with previous executions and try parallelism

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 41c7895a80 Test trying to isolate between tests to avoid conflicts with previous executions and try parallelism
41c7895a80 is described below

commit 41c7895a80cbc92e37c323a8671776fa387bad4d
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Fri Jul 8 11:10:20 2022 +0200

    Test trying to isolate between tests to avoid conflicts with previous executions and try parallelism
---
 tck/bval-tomee/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tck/bval-tomee/pom.xml b/tck/bval-tomee/pom.xml
index 2183e77c8f..0890cf28ca 100644
--- a/tck/bval-tomee/pom.xml
+++ b/tck/bval-tomee/pom.xml
@@ -191,7 +191,9 @@
             <suiteXmlFile>${suiteFile}</suiteXmlFile>
           </suiteXmlFiles>
           <parallel>classes</parallel>
-          <threadCount>1</threadCount>
+          <threadCount>2</threadCount>
+          <reuseForks>false</reuseForks>
+          <forkCount>5</forkCount>
         </configuration>
         <dependencies>
           <!-- failsafe has dependencies on javax -->