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

ASF GitHub Bot commented on FALCON-1841:
----------------------------------------

GitHub user pragya-mittal opened a pull request:

    https://github.com/apache/falcon/pull/51

    FALCON-1841 Grouping test in falcon for running nightly regression

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pragya-mittal/falcon grouping

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/falcon/pull/51.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #51
    
----
commit 3b7fd63149f874c0d533957ba9c313d9ff81cb4b
Author: Pragya <[email protected]>
Date:   2016-02-11T10:23:51Z

    FALCON-1829 Add regression for submit and schedule process on native 
scheduler (time based)

commit 4c19ec059888d338d5821bf8925ca68c30d61127
Author: Pragya <[email protected]>
Date:   2016-02-11T12:38:38Z

    Merge branch 'master' of https://github.com/apache/falcon

commit f0373858d2fcf1c05c80f09ded07f7835b9beb26
Author: Pragya <[email protected]>
Date:   2016-02-12T11:25:49Z

    Merge branch 'master' of https://github.com/apache/falcon

commit 3c302e28b94349f21dd80c315041d95a2e57f18f
Author: Pragya <[email protected]>
Date:   2016-02-17T08:49:05Z

    Merge branch 'master' of https://github.com/apache/falcon

commit db094ead1b1e5f83c3bca5ab88ab0c4db9470e4e
Author: Pragya <[email protected]>
Date:   2016-02-17T09:59:20Z

    FALCON-1832 Adding tags in SchedulableEntityInstance.compareTo()

commit cd0664ae01fc8fb181c3fa9c51b396504c7c4b17
Author: Pragya <[email protected]>
Date:   2016-02-24T10:51:41Z

    Revert "FALCON-1832 Adding tags in SchedulableEntityInstance.compareTo()"
    
    This reverts commit db094ead1b1e5f83c3bca5ab88ab0c4db9470e4e.

commit 26c462a3f41b3f97020f34220ee93eaafe63c3d6
Author: Pragya <[email protected]>
Date:   2016-02-24T10:52:44Z

    Merge branch 'master' of https://github.com/apache/falcon

commit a1a15afca62acbb317892bd6ad95ca9009fc2687
Author: Pragya <[email protected]>
Date:   2016-02-29T07:37:07Z

    FALCON-1841 Grouping test in falcon for running nightly regression

----


> 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
>
> [~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=distributed -Phadoop-2 -DredirectConsoleOutput=false 
> -DfailIfNoTests=false -DskipCheck=true
> {noformat}



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

Reply via email to