You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Davide Giannella (JIRA)" <ji...@apache.org> on 2015/05/27 15:50:17 UTC

[jira] [Comment Edited] (OAK-2908) infrastructure for running longevity tests

    [ https://issues.apache.org/jira/browse/OAK-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14560984#comment-14560984 ] 

Davide Giannella edited comment on OAK-2908 at 5/27/15 1:49 PM:
----------------------------------------------------------------

it is now possible to have a longevity test by creating a class under src/test ending with {{LT.java}} (**/*LT.java).

To run then all the longevity tests use 

{{mvn clean install -Plongevity}}

To run a single test

{{mvn clean install -Plongevity -Dit.test=BazBazLT}}


was (Author: edivad):
it is now possible to have a longevity test by creating a class under src/test ending with {{LT.java}} (**/*LT.java).

To run then all the longevity tests use 

{{mvn clean install -Plongevity}}

To run a single test

{{mvn clean install -Plongevity -Dit.test=BazBaz}}

> infrastructure for running longevity tests
> ------------------------------------------
>
>                 Key: OAK-2908
>                 URL: https://issues.apache.org/jira/browse/OAK-2908
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>            Reporter: Davide Giannella
>            Assignee: Davide Giannella
>             Fix For: 1.3.0
>
>         Attachments: OAK-2908-annotation.diff
>
>
> Longevity tests could last days and should not run by default.
> Set up an infrastructure for keeping them in place but not running.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)