You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2015/05/26 17:21:15 UTC

[29/32] incubator-kylin git commit: KYLIN-697 fix minicluster profile

KYLIN-697 fix minicluster profile


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

Branch: refs/heads/0.8.0
Commit: d647d5a546b6466f283bcedb7e5f37859980a732
Parents: 7749479
Author: honma <ho...@ebay.com>
Authored: Tue May 26 23:03:28 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue May 26 23:21:28 2015 +0800

----------------------------------------------------------------------
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/d647d5a5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 21fbed8..adfda4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -564,13 +564,18 @@
                         <configuration>
                             <reportsDirectory>${project.basedir}/../target/surefire-reports</reportsDirectory>
                             <excludes>
-                                <exclude>**/IT*.java</exclude>
                                 <!--Build cube/II need to be run separately-->
+                                <exclude>**/BuildCube*.java</exclude>
+                                <exclude>**/BuildII*.java</exclude>
+
+                                <!--minicluster does not have kafka-->
+                                <exclude>**/ITKafka*.java</exclude>
 
                                 <!--minicluster does not have hive-->
                                 <exclude>**/ITSnapshotManagerTest.java</exclude>
                                 <exclude>**/ITHiveTableReaderTest.java</exclude>
                                 <exclude>**/ITTableControllerTest.java</exclude>
+
                             </excludes>
                             <systemProperties>
                                 <property>
@@ -605,6 +610,8 @@
                             <reportsDirectory>${project.basedir}/../target/surefire-reports</reportsDirectory>
                             <excludes>
                                 <exclude>**/IT*.java</exclude>
+
+                                <!--Build cube/II need to be run separately-->
                                 <exclude>**/BuildCube*.java</exclude>
                                 <exclude>**/BuildII*.java</exclude>
                             </excludes>