You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by da...@apache.org on 2017/06/16 00:13:38 UTC

[1/2] kudu git commit: Skip running Java integration tests twice

Repository: kudu
Updated Branches:
  refs/heads/master e81db65a4 -> 3b62dc4f3


Skip running Java integration tests twice

This is a followup to 8d2ca982fe24170c6 which reorganized the
spark1/spark2 Jenkins java build. That commit inadvertently resulted in
running the integration test suites for each maven project twice.

Change-Id: Ia7c5e45ded6a13ca84a886b77f0065e32808b2fc
Reviewed-on: http://gerrit.cloudera.org:8080/7195
Reviewed-by: Jean-Daniel Cryans <jd...@apache.org>
Tested-by: Kudu Jenkins


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/863a9b56
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/863a9b56
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/863a9b56

Branch: refs/heads/master
Commit: 863a9b56dd766e91e84f033e3238f4bc8d014081
Parents: e81db65
Author: Dan Burkert <da...@apache.org>
Authored: Thu Jun 15 10:34:05 2017 -0700
Committer: Dan Burkert <da...@apache.org>
Committed: Fri Jun 16 00:12:58 2017 +0000

----------------------------------------------------------------------
 build-support/jenkins/build-and-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/863a9b56/build-support/jenkins/build-and-test.sh
----------------------------------------------------------------------
diff --git a/build-support/jenkins/build-and-test.sh b/build-support/jenkins/build-and-test.sh
index c2c67d6..a2ba47b 100755
--- a/build-support/jenkins/build-and-test.sh
+++ b/build-support/jenkins/build-and-test.sh
@@ -365,7 +365,7 @@ if [ "$BUILD_JAVA" == "1" ]; then
 
   # If there are no failures, rerun the build with Spark 1.x with Scala 2.10.
   # Note: this won't work if there are ever Spark integration tests!
-  elif ! mvn $MVN_FLAGS -Dtest="org.apache.kudu.spark.*.*" -Pspark_2.10 clean verify ; then
+  elif ! mvn $MVN_FLAGS -Dtest="org.apache.kudu.spark.*.*" -DskipITs -Pspark_2.10 clean verify ; then
     EXIT_STATUS=1
     FAILURES="$FAILURES"$'Spark 1.x build/test failed\n'
   fi


[2/2] kudu git commit: maven: remove unused repositories, plugins, and dependencies

Posted by da...@apache.org.
maven: remove unused repositories, plugins, and dependencies

Change-Id: I06513b301923a89334cd8820b5cd4abf11543425
Reviewed-on: http://gerrit.cloudera.org:8080/7201
Reviewed-by: Adar Dembo <ad...@cloudera.com>
Tested-by: Kudu Jenkins


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/3b62dc4f
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/3b62dc4f
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/3b62dc4f

Branch: refs/heads/master
Commit: 3b62dc4f35e8fbf44f46654512c6c4345c6bf983
Parents: 863a9b5
Author: Dan Burkert <da...@apache.org>
Authored: Thu Jun 15 11:43:14 2017 -0700
Committer: Dan Burkert <da...@apache.org>
Committed: Fri Jun 16 00:13:05 2017 +0000

----------------------------------------------------------------------
 java/kudu-spark/pom.xml |  7 -------
 java/pom.xml            | 22 ----------------------
 2 files changed, 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/3b62dc4f/java/kudu-spark/pom.xml
----------------------------------------------------------------------
diff --git a/java/kudu-spark/pom.xml b/java/kudu-spark/pom.xml
index 811e6cf..e9a13a3 100644
--- a/java/kudu-spark/pom.xml
+++ b/java/kudu-spark/pom.xml
@@ -86,13 +86,6 @@
             <version>2.2.4</version>
             <scope>test</scope>
         </dependency>
-
-        <dependency>
-            <groupId>org.scalamock</groupId>
-            <artifactId>scalamock-scalatest-support_${scala.binary.version}</artifactId>
-            <version>3.1.4</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>

http://git-wip-us.apache.org/repos/asf/kudu/blob/3b62dc4f/java/pom.xml
----------------------------------------------------------------------
diff --git a/java/pom.xml b/java/pom.xml
index 8ea488c..1e728f1 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -56,7 +56,6 @@
         <maven-protoc-plugin.version>0.5.0</maven-protoc-plugin.version>
         <maven-shade-plugin.version>2.4</maven-shade-plugin.version>
         <maven-surefire-plugin.version>2.18</maven-surefire-plugin.version>
-        <schema-validator-maven-plugin.version>5.5.3</schema-validator-maven-plugin.version>
 
         <!-- Library dependencies -->
         <async.version>1.4.1</async.version>
@@ -95,7 +94,6 @@
     </modules>
 
     <build>
-
         <pluginManagement>
             <plugins>
                 <plugin>
@@ -277,26 +275,6 @@
         </plugins>
     </build>
 
-    <pluginRepositories>
-        <!-- For schema-validator-maven-plugin -->
-        <pluginRepository>
-            <id>schema-validator-maven-plugin</id>
-            <url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
-            <name>Cloudera Plugin Repositories</name>
-        </pluginRepository>
-    </pluginRepositories>
-
-    <repositories>
-        <repository>
-            <id>cdh.repo</id>
-            <url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
-            <name>Cloudera Repositories</name>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
-
     <profiles>
         <!-- Build the jepsen test for Kudu.