Repository: falcon Updated Branches: refs/heads/master bf134264d -> 21692b337
FALCON-1006 Add a property for inclusion of test contributed by Raghav Kumar Gautam Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/21692b33 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/21692b33 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/21692b33 Branch: refs/heads/master Commit: 21692b3376ad1194be52ec4775cf8ab5f51a401d Parents: bf13426 Author: Raghav Kumar Gautam <[email protected]> Authored: Mon Jan 26 11:23:08 2015 -0800 Committer: Raghav Kumar Gautam <[email protected]> Committed: Mon Jan 26 11:23:08 2015 -0800 ---------------------------------------------------------------------- falcon-regression/CHANGES.txt | 2 ++ falcon-regression/pom.xml | 4 ++++ 2 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/21692b33/falcon-regression/CHANGES.txt ---------------------------------------------------------------------- diff --git a/falcon-regression/CHANGES.txt b/falcon-regression/CHANGES.txt index 2e0e454..1c16c75 100644 --- a/falcon-regression/CHANGES.txt +++ b/falcon-regression/CHANGES.txt @@ -40,6 +40,8 @@ Trunk (Unreleased) IMPROVEMENTS + FALCON-1006 Add a property for inclusion of test (Raghav Kumar Gautam) + FALCON-999 Fix PrismProcessResumeTest in falcon regression (Samarth Gupta) FALCON-998 Removing 'store' hard coded in regression test (Pragya M via Samarth Gupta) http://git-wip-us.apache.org/repos/asf/falcon/blob/21692b33/falcon-regression/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-regression/pom.xml b/falcon-regression/pom.xml index f05276b..b6fffc8 100644 --- a/falcon-regression/pom.xml +++ b/falcon-regression/pom.xml @@ -42,6 +42,7 @@ <oozie.version>4.0.0.2.1.7.0-784</oozie.version> <hive.version>0.13.1</hive.version> <testng.exclude.pattern>nothing</testng.exclude.pattern> + <testng.include.pattern>**/Test*.java,**/*Test.java,**/*TestCase.java</testng.include.pattern> </properties> <profiles> @@ -330,6 +331,9 @@ <excludes> <exclude>${testng.exclude.pattern}</exclude> </excludes> + <includes> + <include>${testng.include.pattern}</include> + </includes> <additionalClasspathElements> <!-- Hack to get the dir in CP through CLI and idea --> <additionalClasspathElement>${hadoop.conf.dir}</additionalClasspathElement>
