[
https://issues.apache.org/jira/browse/FALCON-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13884048#comment-13884048
]
Shwetha G S commented on FALCON-271:
------------------------------------
I was just asking if forkCount=1/reuseForks=false is the right configuration to
use for falcon tests as the patch has this config.
This is from plugin
documentation(http://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html):
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.
> 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)