You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by ro...@apache.org on 2014/12/23 10:15:19 UTC

incubator-falcon git commit: FALCON-963 Add option to exclude tests in falcon-regression. Contributed by Ruslan Ostafiychuk (2)

Repository: incubator-falcon
Updated Branches:
  refs/heads/master 53a1196de -> 95ab2f6ab


FALCON-963 Add option to exclude tests in falcon-regression. Contributed by Ruslan Ostafiychuk (2)


Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/95ab2f6a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/95ab2f6a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/95ab2f6a

Branch: refs/heads/master
Commit: 95ab2f6ab05fe57e066944589859b237403cad31
Parents: 53a1196
Author: Ruslan Ostafiychuk <ro...@apache.org>
Authored: Tue Dec 23 11:14:45 2014 +0200
Committer: Ruslan Ostafiychuk <ro...@apache.org>
Committed: Tue Dec 23 11:14:45 2014 +0200

----------------------------------------------------------------------
 falcon-regression/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/95ab2f6a/falcon-regression/pom.xml
----------------------------------------------------------------------
diff --git a/falcon-regression/pom.xml b/falcon-regression/pom.xml
index be17513..ccfc2f9 100644
--- a/falcon-regression/pom.xml
+++ b/falcon-regression/pom.xml
@@ -41,6 +41,7 @@
     <properties>
         <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>
     </properties>
 
     <profiles>
@@ -326,6 +327,9 @@
                     <threadCount>1</threadCount>
                     <groups>${testng.groups}</groups>
                     <excludedGroups>${testng.exclude.groups}</excludedGroups>
+                    <excludes>
+                        <exclude>${testng.exclude.pattern}</exclude>
+                    </excludes>
                     <additionalClasspathElements>
                         <!-- Hack to get the dir in CP through CLI and idea -->
                         <additionalClasspathElement>${hadoop.conf.dir}</additionalClasspathElement>