Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EBCE611A1A for ; Fri, 1 Aug 2014 19:33:42 +0000 (UTC) Received: (qmail 62941 invoked by uid 500); 1 Aug 2014 19:33:42 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 62904 invoked by uid 500); 1 Aug 2014 19:33:42 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 62887 invoked by uid 99); 1 Aug 2014 19:33:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2014 19:33:42 +0000 Date: Fri, 1 Aug 2014 19:33:42 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11630) Refactor TestAdmin to use Admin interface instead of HBaseAdmin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-11630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14082814#comment-14082814 ] Hudson commented on HBASE-11630: -------------------------------- FAILURE: Integrated in HBase-TRUNK #5361 (See [https://builds.apache.org/job/HBase-TRUNK/5361/]) HBASE-11630 Refactor TestAdmin to use Admin interface instead of HBaseAdmin (Carter Page) (stack: rev a2bbb6b43ca15f9c448541aa4b34ace6bac4aa3b) * hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java > Refactor TestAdmin to use Admin interface instead of HBaseAdmin > --------------------------------------------------------------- > > Key: HBASE-11630 > URL: https://issues.apache.org/jira/browse/HBASE-11630 > Project: HBase > Issue Type: Improvement > Affects Versions: 0.99.0 > Reporter: Carter > Assignee: Carter > Fix For: 0.99.0, 2.0.0 > > Attachments: HBASE_11630-branch-1.patch > > > I'm starting to refactor some of the code to start calling against interfaces. > TestAdmin is fairly straightforward except for #testGetRegion, since it is testing an internal method. Disregarding whether that makes sense for a unit test, I punted and created a copy of the underlying HBaseAdmin object for that one method. -- This message was sent by Atlassian JIRA (v6.2#6252)