You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by "Michael Dürig (Created JIRA)" <ji...@apache.org> on 2012/04/05 14:03:22 UTC

[jira] [Created] (OAK-52) Create smoke-test build profile

Create smoke-test build profile
-------------------------------

                 Key: OAK-52
                 URL: https://issues.apache.org/jira/browse/OAK-52
             Project: Jackrabbit Oak
          Issue Type: Improvement
            Reporter: Michael Dürig
            Assignee: Michael Dürig


For quick turn around cycles during development we should have a way to run the most important tests only during a build and exclude longer running tests. 

I propose to create a Maven profile "smoke-test" which excludes long running tests. This ensures all tests are run by default but smoke testing can be used during development. 


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (OAK-52) Create smoke-test build profile

Posted by "Michael Dürig (Resolved JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OAK-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig resolved OAK-52.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.2

Fixed at revision 1309802.

The "smoke-test" profile currently excludes the following tests:

* KernelNodeStateEditorFuzzTest.java
* ConcurrentWriteTest.java

Use 
{code}
mvn clean install -Psmoke-test
{code}

to activate.

                
> Create smoke-test build profile
> -------------------------------
>
>                 Key: OAK-52
>                 URL: https://issues.apache.org/jira/browse/OAK-52
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>              Labels: test
>             Fix For: 0.2
>
>
> For quick turn around cycles during development we should have a way to run the most important tests only during a build and exclude longer running tests. 
> I propose to create a Maven profile "smoke-test" which excludes long running tests. This ensures all tests are run by default but smoke testing can be used during development. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira