Repository: kylin
Updated Branches:
  refs/heads/2.x-staging 1428bbc43 -> 0b676d5bf


fix compiling issue, update pom version of kylin-it to 2.1, import package in 
ITIIQueryTest


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

Branch: refs/heads/2.x-staging
Commit: 0b676d5bf50894095d323d7d76fcc84e23c7f1e6
Parents: 1428bbc
Author: sunyerui <[email protected]>
Authored: Tue Jan 26 23:12:23 2016 +0800
Committer: sunyerui <[email protected]>
Committed: Tue Jan 26 23:12:23 2016 +0800

----------------------------------------------------------------------
 kylin-it/pom.xml                                                 | 4 ++--
 kylin-it/src/test/java/org/apache/kylin/query/ITIIQueryTest.java | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/0b676d5b/kylin-it/pom.xml
----------------------------------------------------------------------
diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml
index a855fa0..3fc867d 100644
--- a/kylin-it/pom.xml
+++ b/kylin-it/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>2.0-incubating-SNAPSHOT</version>
+        <version>2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -423,4 +423,4 @@
         </profile>
     </profiles>
 
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0b676d5b/kylin-it/src/test/java/org/apache/kylin/query/ITIIQueryTest.java
----------------------------------------------------------------------
diff --git a/kylin-it/src/test/java/org/apache/kylin/query/ITIIQueryTest.java 
b/kylin-it/src/test/java/org/apache/kylin/query/ITIIQueryTest.java
index b914dd0..8fe4b93 100644
--- a/kylin-it/src/test/java/org/apache/kylin/query/ITIIQueryTest.java
+++ b/kylin-it/src/test/java/org/apache/kylin/query/ITIIQueryTest.java
@@ -26,6 +26,7 @@ import org.apache.kylin.metadata.realization.RealizationType;
 import org.apache.kylin.query.routing.Candidate;
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.junit.runners.Parameterized;

Reply via email to