You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2015/09/15 15:18:40 UTC

hbase git commit: HBASE-14435 thrift tests don't have test-specific hbase-site.xml so 'BindException: Address already in use' because info port is not turned off: ADDENDUM

Repository: hbase
Updated Branches:
  refs/heads/master d147f8f8f -> 9a8ad7c27


HBASE-14435 thrift tests don't have test-specific hbase-site.xml so 'BindException: Address already in use' because info port is not turned off: ADDENDUM


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

Branch: refs/heads/master
Commit: 9a8ad7c27dc6b275f2124b4ea02124eef484740f
Parents: d147f8f
Author: stack <st...@apache.org>
Authored: Tue Sep 15 06:18:29 2015 -0700
Committer: stack <st...@apache.org>
Committed: Tue Sep 15 06:18:29 2015 -0700

----------------------------------------------------------------------
 hbase-thrift/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/9a8ad7c2/hbase-thrift/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml
index 0f8d7ab..f7ab7f1 100644
--- a/hbase-thrift/pom.xml
+++ b/hbase-thrift/pom.xml
@@ -54,6 +54,12 @@
         </includes>
         <filtering>true</filtering>
       </testResource>
+      <testResource>
+        <directory>src/test/resources</directory>
+        <includes>
+          <include>**/**</include>
+        </includes>
+      </testResource>
     </testResources>
 
     <plugins>