You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Balu Vellanki (JIRA)" <ji...@apache.org> on 2016/06/06 21:34:21 UTC

[jira] [Updated] (FALCON-1841) Grouping test in falcon for running nightly regression

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

Balu Vellanki updated FALCON-1841:
----------------------------------
    Fix Version/s: 0.10

> Grouping test in falcon for running nightly regression
> ------------------------------------------------------
>
>                 Key: FALCON-1841
>                 URL: https://issues.apache.org/jira/browse/FALCON-1841
>             Project: Falcon
>          Issue Type: Improvement
>          Components: regression
>    Affects Versions: trunk
>            Reporter: Pragya Mittal
>            Assignee: Pragya Mittal
>             Fix For: 0.10
>
>
> [~pisaychuk] [~murali.msse]
> Currently we consider embedded tests runnable in distributed setup also (while distributed runnable only in distributed setup). It becomes tricky for to run the regression nightly as a group since we dont want to run specific embedded test cases. Therefore I wanted to explicitly set the test with distributed group as well. That way a test can belong to both embedded and distributed mode, it will also help us running the regression smoothly. Adding 'distributed" and "sanity" group as part of this change.
> Tests can be run via :
> For distributed mode :
> {noformat}
> export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=1024m" &&  mvn test -Dtestng.groups=distributed -Phadoop-2 -DredirectConsoleOutput=false -DfailIfNoTests=false -DskipCheck=true
> {noformat}
> For sanity test cases (covering basic test cases) :
> {noformat}
> export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=1024m" &&  mvn test -Dtestng.groups=sanity -Phadoop-2 -DredirectConsoleOutput=false -DfailIfNoTests=false -DskipCheck=true
> {noformat}



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