[ 
https://issues.apache.org/jira/browse/FALCON-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13884000#comment-13884000
 ] 

Shwetha G S commented on FALCON-271:
------------------------------------

surefire plugin is upgraded as part of FALCON-123

+                    <forkCount>1</forkCount>
+                    <reuseForks>false</reuseForks>
forkCount=1/reuseForks=false executes each test class in its own JVM process, 
one after another. It creates the highest level of separation for the test 
execution, but it would probably also give you the longest execution time of 
all the available options. Consider it as a last resort.
How will this speed up unit tests?


> Upgrade to maven-surefire-plugin 2.16
> -------------------------------------
>
>                 Key: FALCON-271
>                 URL: https://issues.apache.org/jira/browse/FALCON-271
>             Project: Falcon
>          Issue Type: Improvement
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>         Attachments: FALCON-271.patch
>
>
> In order to speed up a bit the unit test, the upgrade to 
> maven-surefire-plugin 2.16 helps (around the fork management).



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to