[
https://issues.apache.org/jira/browse/FALCON-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pragya Mittal reassigned FALCON-1841:
-------------------------------------
Assignee: Pragya Mittal
> 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
>
> [~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)