HBASE-16785 We are not running all tests Do nothing patch just to get baseline of how many tests we run

This commit is contained in:
Michael Stack 2017-01-26 12:17:48 -08:00
parent 59cd8e510c
commit 1ee8776273
11 changed files with 11 additions and 0 deletions

View File

@ -27,6 +27,7 @@
<version>2.0.0-SNAPSHOT</version> <version>2.0.0-SNAPSHOT</version>
<name>Apache HBase - Checkstyle</name> <name>Apache HBase - Checkstyle</name>
<description>Module to hold Checkstyle properties for HBase.</description> <description>Module to hold Checkstyle properties for HBase.</description>
<!--REMOVE-->
<parent> <parent>
<artifactId>hbase</artifactId> <artifactId>hbase</artifactId>

View File

@ -31,6 +31,7 @@
<artifactId>hbase-client</artifactId> <artifactId>hbase-client</artifactId>
<name>Apache HBase - Client</name> <name>Apache HBase - Client</name>
<description>Client of HBase</description> <description>Client of HBase</description>
<!--REMOVE-->
<build> <build>
<plugins> <plugins>

View File

@ -30,6 +30,7 @@
<artifactId>hbase-common</artifactId> <artifactId>hbase-common</artifactId>
<name>Apache HBase - Common</name> <name>Apache HBase - Common</name>
<description>Common functionality for HBase</description> <description>Common functionality for HBase</description>
<!--REMOVE-->
<build> <build>
<resources> <resources>

View File

@ -30,6 +30,7 @@
<artifactId>hbase-endpoint</artifactId> <artifactId>hbase-endpoint</artifactId>
<name>Apache HBase - Coprocessor Endpoint</name> <name>Apache HBase - Coprocessor Endpoint</name>
<description>HBase Coprocessor Endpoint implementations</description> <description>HBase Coprocessor Endpoint implementations</description>
<!--REMOVE-->
<properties> <properties>
<maven.javadoc.skip>true</maven.javadoc.skip> <maven.javadoc.skip>true</maven.javadoc.skip>

View File

@ -29,6 +29,7 @@
<artifactId>hbase-examples</artifactId> <artifactId>hbase-examples</artifactId>
<name>Apache HBase - Examples</name> <name>Apache HBase - Examples</name>
<description>Examples of HBase usage</description> <description>Examples of HBase usage</description>
<!--REMOVE-->
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

View File

@ -38,6 +38,7 @@
longer than the HBase regionserver process and are not necessarily tied to a single computer longer than the HBase regionserver process and are not necessarily tied to a single computer
life time. However external block caches add in extra operational overhead. life time. However external block caches add in extra operational overhead.
</description> </description>
<!--REMOVE-->
<build> <build>
<plugins> <plugins>

View File

@ -33,6 +33,7 @@
Interfaces to be implemented in order to smooth Interfaces to be implemented in order to smooth
over hadoop version differences over hadoop version differences
</description> </description>
<!--REMOVE-->
<build> <build>
<plugins> <plugins>

View File

@ -31,6 +31,7 @@ limitations under the License.
Interfaces to be implemented in order to smooth Interfaces to be implemented in order to smooth
over hadoop version differences over hadoop version differences
</description> </description>
<!--REMOVE-->
<build> <build>
<plugins> <plugins>

View File

@ -30,6 +30,7 @@
<artifactId>hbase-prefix-tree</artifactId> <artifactId>hbase-prefix-tree</artifactId>
<name>Apache HBase - Prefix Tree</name> <name>Apache HBase - Prefix Tree</name>
<description>Prefix Tree Data Block Encoder</description> <description>Prefix Tree Data Block Encoder</description>
<!--REMOVE-->
<build> <build>
<plugins> <plugins>

View File

@ -30,6 +30,7 @@
<artifactId>hbase-procedure</artifactId> <artifactId>hbase-procedure</artifactId>
<name>Apache HBase - Procedure</name> <name>Apache HBase - Procedure</name>
<description>Procedure Framework</description> <description>Procedure Framework</description>
<!--REMOVE-->
<build> <build>
<plugins> <plugins>

View File

@ -31,6 +31,7 @@
<artifactId>hbase-rsgroup</artifactId> <artifactId>hbase-rsgroup</artifactId>
<name>Apache HBase - RSGroup</name> <name>Apache HBase - RSGroup</name>
<description>Regionserver Groups for HBase</description> <description>Regionserver Groups for HBase</description>
<!--REMOVE-->
<build> <build>
<plugins> <plugins>