Add failsafe-style "testFailureIgnore" to nuxeo-distribution-tools
------------------------------------------------------------------

                 Key: NXBT-337
                 URL: https://jira.nuxeo.com/browse/NXBT-337
             Project: Nuxeo ECM Build/Test Environment
          Issue Type: Improvement
          Components: nuxeo-distribution-tools
    Affects Versions: NDT-1.10.2
            Reporter: Mathieu Guillaume
            Assignee: Mathieu Guillaume
             Fix For: NDT-1.10.2


One of the functionalities of nuxeo-distribution-tools is to call ant tasks 
from maven.
However, in maven, when called in the "integration-test" phase, any failure is 
immediate, which means we can't use the intended lifecycle:
- pre-integration-test: setup things
- integration-test: run tests
- post-integration-test: tear down
- verify: check results
That's one of the things the maven-failsafe-plugin does, but when using 
nuxeo-integration-tools instead we lose that functionality.
-> We need to add this failsafe functionality to nuxeo-integration-tools so we 
can use a correct setup/test/teardown flow when running tests instead of 
putting everyting in the "test" phase.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to