You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2017/01/27 16:10:19 UTC

hbase git commit: HBASE-17271 Fixed test runs in hbase-thrift

Repository: hbase
Updated Branches:
  refs/heads/master 92fc4c0cc -> ad8e6c831


HBASE-17271 Fixed test runs in hbase-thrift

Signed-off-by: tedyu <yu...@gmail.com>


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

Branch: refs/heads/master
Commit: ad8e6c831230b1d0389f413e1531e7f9e9f3f4d7
Parents: 92fc4c0
Author: Jan Hentschel <ja...@ultratendency.com>
Authored: Fri Jan 27 11:55:57 2017 +0100
Committer: tedyu <yu...@gmail.com>
Committed: Fri Jan 27 08:10:02 2017 -0800

----------------------------------------------------------------------
 hbase-thrift/pom.xml | 26 --------------------------
 1 file changed, 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ad8e6c83/hbase-thrift/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml
index d097f38..f3f20ae 100644
--- a/hbase-thrift/pom.xml
+++ b/hbase-thrift/pom.xml
@@ -78,32 +78,6 @@
           <skipAssembly>true</skipAssembly>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <!-- Always skip the second part executions, since we only run
-          simple unit tests in this module -->
-        <executions>
-          <execution>
-            <id>secondPartTestsExecution</id>
-            <phase>test</phase>
-            <goals>
-              <goal>test</goal>
-            </goals>
-            <configuration>
-              <skip>true</skip>
-             <properties>
-               <property>
-                 <name>listener</name>
-                 <value>org.apache.hadoop.hbase.ServerResourceCheckerJUnitListener</value>
-               </property>
-             </properties>
-             <systemPropertyVariables>
-               <test.build.webapps>target/test-classes/webapps</test.build.webapps>
-             </systemPropertyVariables>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
       <!-- General ant tasks, bound to different build phases -->
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>