You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Peter Connolly (JIRA)" <ji...@codehaus.org> on 2009/03/25 23:02:12 UTC

[jira] Created: (MNG-4108) Add ability to restart tests at a specific module instead of repeating successfully completed tests

Add ability to restart tests at a specific module instead of repeating successfully completed tests
---------------------------------------------------------------------------------------------------

                 Key: MNG-4108
                 URL: http://jira.codehaus.org/browse/MNG-4108
             Project: Maven 2
          Issue Type: Improvement
          Components: Dependencies
         Environment: all environments
            Reporter: Peter Connolly


Our project has ~12 submodules, some of which take a while to test.  If a test fails in a downstream module, it would be nice not to have to repeat all the tests that precede it.  For example, say a failure occurs in the widget-service module:

pom.xml
widget-config
widget-db
widget-doc
widget-domain
widget-service ***
widget-standalone

one could run a Maven2 command like: mvn --start=widget-service so as not to restart from the beginning.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MNG-4108) Add ability to restart tests at a specific module instead of repeating successfully completed tests

Posted by "Peter Connolly (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=171104#action_171104 ] 

Peter Connolly commented on MNG-4108:
-------------------------------------

Just tried out the new version and the new --resume-from feature.  This is great!  Thanks!

> Add ability to restart tests at a specific module instead of repeating successfully completed tests
> ---------------------------------------------------------------------------------------------------
>
>                 Key: MNG-4108
>                 URL: http://jira.codehaus.org/browse/MNG-4108
>             Project: Maven 2
>          Issue Type: Improvement
>          Components: Dependencies
>         Environment: all environments
>            Reporter: Peter Connolly
>            Assignee: Brett Porter
>
> Our project has ~12 submodules, some of which take a while to test.  If a test fails in a downstream module, it would be nice not to have to repeat all the tests that precede it.  For example, say a failure occurs in the widget-service module:
> pom.xml
> widget-config
> widget-db
> widget-doc
> widget-domain
> widget-service ***
> widget-standalone
> one could run a Maven2 command like: mvn --start=widget-service so as not to restart from the beginning.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MNG-4108) Add ability to restart tests at a specific module instead of repeating successfully completed tests

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed MNG-4108.
-----------------------------

      Assignee: Brett Porter
    Resolution: Duplicate

please check out the recent Maven 2.1.0 release which includes this feature (also available in the reactor plugin for Maven 2.0.x)

> Add ability to restart tests at a specific module instead of repeating successfully completed tests
> ---------------------------------------------------------------------------------------------------
>
>                 Key: MNG-4108
>                 URL: http://jira.codehaus.org/browse/MNG-4108
>             Project: Maven 2
>          Issue Type: Improvement
>          Components: Dependencies
>         Environment: all environments
>            Reporter: Peter Connolly
>            Assignee: Brett Porter
>
> Our project has ~12 submodules, some of which take a while to test.  If a test fails in a downstream module, it would be nice not to have to repeat all the tests that precede it.  For example, say a failure occurs in the widget-service module:
> pom.xml
> widget-config
> widget-db
> widget-doc
> widget-domain
> widget-service ***
> widget-standalone
> one could run a Maven2 command like: mvn --start=widget-service so as not to restart from the beginning.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira