You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ag...@apache.org on 2014/03/12 20:36:02 UTC

[1/2] git commit: fixed build

Repository: maven-surefire
Updated Branches:
  refs/heads/master 569724167 -> 8d88c2d66


fixed build


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/f81de6f6
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/f81de6f6
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/f81de6f6

Branch: refs/heads/master
Commit: f81de6f6980cae357bfb4428cf6b5bb29597a6b0
Parents: 5697241
Author: Tibor Digana <ti...@lycos.com>
Authored: Mon Mar 10 00:38:00 2014 +0100
Committer: Andreas Gudian <ag...@apache.org>
Committed: Tue Mar 11 19:30:37 2014 +0100

----------------------------------------------------------------------
 surefire-integration-tests/pom.xml                              | 3 ++-
 .../src/test/resources/junit47-parallel/pom.xml                 | 5 -----
 2 files changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/f81de6f6/surefire-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml
index ee15ac2..ca5ea58 100644
--- a/surefire-integration-tests/pom.xml
+++ b/surefire-integration-tests/pom.xml
@@ -96,7 +96,8 @@
         <artifactId>maven-failsafe-plugin</artifactId>
         <version>${shadedVersion}</version>
         <configuration>
-          <threadCount>1</threadCount>
+          <threadCount>2</threadCount>
+          <parallel>methods</parallel>
           <perCoreThreadCount>false</perCoreThreadCount>
           <forkMode>never</forkMode>
           <argLine>-Xmx512m -XX:MaxPermSize=356m</argLine>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/f81de6f6/surefire-integration-tests/src/test/resources/junit47-parallel/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-integration-tests/src/test/resources/junit47-parallel/pom.xml b/surefire-integration-tests/src/test/resources/junit47-parallel/pom.xml
index 69a743d..b4baa02 100644
--- a/surefire-integration-tests/src/test/resources/junit47-parallel/pom.xml
+++ b/surefire-integration-tests/src/test/resources/junit47-parallel/pom.xml
@@ -33,11 +33,6 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>${surefire.version}</version>
-        <configuration>
-          <perCoreThreadCount>false</perCoreThreadCount>
-          <threadCount>4</threadCount>
-          <parallel>methods</parallel>
-        </configuration>
       </plugin>
     </plugins>
   </build>


[2/2] git commit: IT speedup not possible - reverted back

Posted by ag...@apache.org.
IT speedup not possible - reverted back


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/8d88c2d6
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/8d88c2d6
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/8d88c2d6

Branch: refs/heads/master
Commit: 8d88c2d66c4980356d094a7d64beb8ae073959ab
Parents: f81de6f
Author: Tibor Digana <ti...@lycos.com>
Authored: Mon Mar 10 02:31:56 2014 +0100
Committer: Andreas Gudian <ag...@apache.org>
Committed: Tue Mar 11 19:30:38 2014 +0100

----------------------------------------------------------------------
 surefire-integration-tests/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/8d88c2d6/surefire-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml
index ca5ea58..ee15ac2 100644
--- a/surefire-integration-tests/pom.xml
+++ b/surefire-integration-tests/pom.xml
@@ -96,8 +96,7 @@
         <artifactId>maven-failsafe-plugin</artifactId>
         <version>${shadedVersion}</version>
         <configuration>
-          <threadCount>2</threadCount>
-          <parallel>methods</parallel>
+          <threadCount>1</threadCount>
           <perCoreThreadCount>false</perCoreThreadCount>
           <forkMode>never</forkMode>
           <argLine>-Xmx512m -XX:MaxPermSize=356m</argLine>