You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2017/11/10 18:17:33 UTC

[camel] 01/02: camel-sql: speed-up tests by not forking the JVM for every test executed

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

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

commit c31cac36de6918f265d8005ebd23f23cae4809d8
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Fri Nov 10 19:16:46 2017 +0100

    camel-sql: speed-up tests by not forking the JVM for every test executed
---
 components/camel-sql/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/components/camel-sql/pom.xml b/components/camel-sql/pom.xml
index 327d880..da7e2d4 100644
--- a/components/camel-sql/pom.xml
+++ b/components/camel-sql/pom.xml
@@ -126,15 +126,6 @@
         </executions>
       </plugin>
 
-      <!-- use per test fork mode to avoid side effects -->
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <forkCount>1</forkCount>
-          <reuseForks>false</reuseForks>
-        </configuration>
-      </plugin>
-
     </plugins>
   </build>
 </project>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.