You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/08/27 11:51:40 UTC

[jira] Resolved: (CAMEL-2925) Use forkMode=once for the surefire plugin to significantly speed up tests

     [ https://issues.apache.org/activemq/browse/CAMEL-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2925.
--------------------------------

    Resolution: Fixed

Hadrian the most parts is done. Fell free to open tickets for JMS or CXF if you really want to attempt to make those run test in one JVM as well.

> Use  forkMode=once for the surefire plugin to significantly speed up tests
> --------------------------------------------------------------------------
>
>                 Key: CAMEL-2925
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2925
>             Project: Apache Camel
>          Issue Type: Improvement
>    Affects Versions: 2.3.0
>            Reporter: Hadrian Zbarcea
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.5.0
>
>
> We need to reduce the testing time in Camel since we got so many tests now. For this to work wee need to make sure there are no side effects outside of a test (which is not always simple).
> Side effects usually stem from using static fields in classes shared across multiple tests (such as caches of Exchanges, or whatnot), which should be avoided.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.