From 8c0d83c292a7c90b9a307e3a81534e8846b1e3db Mon Sep 17 00:00:00 2001 From: Alexander Kolbasov Date: Tue, 28 Aug 2018 09:59:42 -0700 Subject: [PATCH 1/1] HIVE-20472: mvn test failing for metastore-tool module --- standalone-metastore/metastore-common/pom.xml | 2 -- standalone-metastore/metastore-server/pom.xml | 2 -- standalone-metastore/metastore-tools/pom.xml | 5 ----- standalone-metastore/pom.xml | 8 ++++++++ 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/standalone-metastore/metastore-common/pom.xml b/standalone-metastore/metastore-common/pom.xml index b0d9eee927..334adf8447 100644 --- a/standalone-metastore/metastore-common/pom.xml +++ b/standalone-metastore/metastore-common/pom.xml @@ -522,13 +522,11 @@ org.apache.maven.plugins maven-surefire-plugin - ${maven.surefire.version} true false ${test.forkcount} -Xmx2048m - false ${project.build.directory} true diff --git a/standalone-metastore/metastore-server/pom.xml b/standalone-metastore/metastore-server/pom.xml index f2c10b08cf..14ea9cecbc 100644 --- a/standalone-metastore/metastore-server/pom.xml +++ b/standalone-metastore/metastore-server/pom.xml @@ -532,13 +532,11 @@ org.apache.maven.plugins maven-surefire-plugin - ${maven.surefire.version} true false ${test.forkcount} -Xmx2048m - false ${project.build.directory} true diff --git a/standalone-metastore/metastore-tools/pom.xml b/standalone-metastore/metastore-tools/pom.xml index f6fb6dc95e..dd721cb080 100644 --- a/standalone-metastore/metastore-tools/pom.xml +++ b/standalone-metastore/metastore-tools/pom.xml @@ -123,11 +123,6 @@ maven-compiler-plugin 3.7.0 - - org.apache.maven.plugins - maven-surefire-plugin - ${maven.surefire.version} - diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml index ee3daed92a..83f5a9ec8d 100644 --- a/standalone-metastore/pom.xml +++ b/standalone-metastore/pom.xml @@ -340,6 +340,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + ${maven.surefire.version} + + false + + -- 2.16.3