From 67f2f37f7bff41dbd76f95eee60710dc9bd620d9 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Thu, 6 Oct 2016 14:23:37 -0700 Subject: [PATCH] HBASE-16785 We are not running all tests --- hbase-checkstyle/pom.xml | 16 ---------------- hbase-client/pom.xml | 17 ----------------- hbase-common/pom.xml | 14 -------------- hbase-endpoint/pom.xml | 18 +----------------- hbase-examples/pom.xml | 2 +- hbase-external-blockcache/pom.xml | 14 -------------- hbase-hadoop-compat/pom.xml | 17 ----------------- hbase-hadoop2-compat/pom.xml | 17 ----------------- hbase-prefix-tree/pom.xml | 17 ----------------- hbase-procedure/pom.xml | 17 ----------------- hbase-rsgroup/pom.xml | 17 ----------------- 11 files changed, 2 insertions(+), 164 deletions(-) diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml index e8542f4..bda38f8 100644 --- a/hbase-checkstyle/pom.xml +++ b/hbase-checkstyle/pom.xml @@ -52,22 +52,6 @@ true - - org.apache.maven.plugins - maven-surefire-plugin - - - secondPartTestsExecution - test - - test - - - true - - - - diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index f3e27bc..a93e42e 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -49,23 +49,6 @@ true - - maven-surefire-plugin - - - - secondPartTestsExecution - test - - test - - - true - - - - org.apache.maven.plugins diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index c5f5a81..ee3773f 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -132,20 +132,6 @@ - - - - secondPartTestsExecution - test - - test - - - true - - - diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml index de05950..c7449bb 100644 --- a/hbase-endpoint/pom.xml +++ b/hbase-endpoint/pom.xml @@ -57,23 +57,7 @@ true - - maven-surefire-plugin - - - - secondPartTestsExecution - test - - test - - - true - - - - - + diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 2238857..805838a 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -51,7 +51,7 @@ ${surefire.version} + split tests in this package, so groups on live in this module --> ${surefire.firstPartGroups} diff --git a/hbase-external-blockcache/pom.xml b/hbase-external-blockcache/pom.xml index 1524763..8ab94f8 100644 --- a/hbase-external-blockcache/pom.xml +++ b/hbase-external-blockcache/pom.xml @@ -88,20 +88,6 @@ - - - - secondPartTestsExecution - test - - test - - - true - - - diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml index 016dd24..9968d3a 100644 --- a/hbase-hadoop-compat/pom.xml +++ b/hbase-hadoop-compat/pom.xml @@ -51,23 +51,6 @@ true - - maven-surefire-plugin - - - - secondPartTestsExecution - test - - test - - - true - - - - org.apache.maven.plugins diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index 56c3e7f..73414b9 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -55,23 +55,6 @@ limitations under the License. - maven-surefire-plugin - - - - secondPartTestsExecution - test - - test - - - true - - - - - org.apache.maven.plugins maven-dependency-plugin 2.4 diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml index a16e948..63d9286 100644 --- a/hbase-prefix-tree/pom.xml +++ b/hbase-prefix-tree/pom.xml @@ -53,23 +53,6 @@ true - - maven-surefire-plugin - - - - secondPartTestsExecution - test - - test - - - true - - - - diff --git a/hbase-procedure/pom.xml b/hbase-procedure/pom.xml index 1a813b8..a142ad7 100644 --- a/hbase-procedure/pom.xml +++ b/hbase-procedure/pom.xml @@ -53,23 +53,6 @@ true - - maven-surefire-plugin - - - - secondPartTestsExecution - test - - test - - - true - - - - diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml index 58802cf..76fea68 100644 --- a/hbase-rsgroup/pom.xml +++ b/hbase-rsgroup/pom.xml @@ -49,23 +49,6 @@ true - - maven-surefire-plugin - - - - secondPartTestsExecution - test - - test - - - true - - - - org.apache.maven.plugins -- 2.8.4 (Apple Git-73)