You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by bl...@apache.org on 2019/09/29 15:28:42 UTC

[avro] branch branch-1.9 updated: AVRO-2560: Skip unnecessary mvn execution for speeding up tests (#649)

This is an automated email from the ASF dual-hosted git repository.

blachniet pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new 7faf118  AVRO-2560: Skip unnecessary mvn execution for speeding up tests (#649)
7faf118 is described below

commit 7faf1185da10adba9382e2ca1f936db956f63ecc
Author: Kengo Seki <se...@apache.org>
AuthorDate: Sun Sep 29 08:25:18 2019 -0700

    AVRO-2560: Skip unnecessary mvn execution for speeding up tests (#649)
    
    (cherry picked from commit ea1ee734ab12f8b931683cd9511b127257d41954)
---
 build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index 42c7ed9..6158ce8 100755
--- a/build.sh
+++ b/build.sh
@@ -68,7 +68,7 @@ do
       (cd lang/php; ./build.sh interop-data-generate)
 
       # run interop data tests
-      (cd lang/java; mvn -B test -P interop-data-test)
+      (cd lang/java/ipc; mvn -B test -P interop-data-test)
       (cd lang/py; ant interop-data-test)
       (cd lang/c; ./build.sh interop-data-test)
       #(cd lang/c++; make interop-data-test)
@@ -77,7 +77,7 @@ do
       (cd lang/php; ./build.sh test-interop)
 
       # java needs to package the jars for the interop rpc tests
-      (cd lang/java; mvn -B package -DskipTests)
+      (cd lang/java/tools; mvn -B package -DskipTests)
 
       # run interop rpc test
       ./share/test/interop/bin/test_rpc_interop.sh