Repository: hbase
Updated Branches:
  refs/heads/branch-1.0 8bb2a0223 -> fac3908f8


HBASE-13084 addendum disable info server in shell test

Signed-off-by: stack <st...@apache.org>


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

Branch: refs/heads/branch-1.0
Commit: fac3908f83b9eec772af6b6218ae5065b9669a4e
Parents: 347eb6b
Author: zhangduo <zhang...@wandoujia.com>
Authored: Sat Feb 28 11:21:03 2015 +0800
Committer: Enis Soztutar <e...@apache.org>
Committed: Tue Jul 14 13:55:48 2015 -0700

----------------------------------------------------------------------
 .../java/org/apache/hadoop/hbase/client/AbstractTestShell.java     | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/fac3908f/hbase-shell/src/test/java/org/apache/hadoop/hbase/client/AbstractTestShell.java
----------------------------------------------------------------------
diff --git 
a/hbase-shell/src/test/java/org/apache/hadoop/hbase/client/AbstractTestShell.java
 
b/hbase-shell/src/test/java/org/apache/hadoop/hbase/client/AbstractTestShell.java
index f75cea3..24d07ed 100644
--- 
a/hbase-shell/src/test/java/org/apache/hadoop/hbase/client/AbstractTestShell.java
+++ 
b/hbase-shell/src/test/java/org/apache/hadoop/hbase/client/AbstractTestShell.java
@@ -43,6 +43,8 @@ public abstract class AbstractTestShell {
     
TEST_UTIL.getConfiguration().setInt(HConstants.HBASE_CLIENT_RETRIES_NUMBER, 6);
     
TEST_UTIL.getConfiguration().setBoolean(CoprocessorHost.ABORT_ON_ERROR_KEY, 
false);
     TEST_UTIL.getConfiguration().setInt("hfile.format.version", 3);
+    TEST_UTIL.getConfiguration().setInt(HConstants.MASTER_INFO_PORT, -1);
+    TEST_UTIL.getConfiguration().setInt(HConstants.REGIONSERVER_INFO_PORT, -1);
     // Security setup configuration
     SecureTestUtil.enableSecurity(TEST_UTIL.getConfiguration());
     VisibilityTestUtil.enableVisiblityLabels(TEST_UTIL.getConfiguration());

Reply via email to