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 6D9F610216 for ; Wed, 19 Mar 2014 05:10:01 +0000 (UTC) Received: (qmail 80635 invoked by uid 500); 19 Mar 2014 05:10:00 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 78769 invoked by uid 500); 19 Mar 2014 05:09:47 -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 78725 invoked by uid 99); 19 Mar 2014 05:09:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2014 05:09:45 +0000 Date: Wed, 19 Mar 2014 05:09:45 +0000 (UTC) From: "Liang Xie (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10774) Restore TestMultiTableInputFormat 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-10774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13940178#comment-13940178 ] Liang Xie commented on HBASE-10774: ----------------------------------- I assume the long test duration is not a blocker for current JIRA, probably it could be tracked by another new JIRA, what do you think, andy ? I say above because per discription, HBASE-10692 depends on current JIRA, per my understanding, we can let this in now. > Restore TestMultiTableInputFormat > --------------------------------- > > Key: HBASE-10774 > URL: https://issues.apache.org/jira/browse/HBASE-10774 > Project: HBase > Issue Type: Test > Affects Versions: 0.99.0 > Reporter: Liu Shaohui > Assignee: Liu Shaohui > Priority: Minor > Attachments: HBASE-10774-trunk-v2.diff, HBASE-10774-v1.diff > > > TestMultiTableInputFormat is removed in HBASE-9009 for this test made the ci failed. But in HBASE-10692 we need to add a new test TestSecureMultiTableInputFormat which is depends on it. So we try to restore it in this issue. > I rerun the test for several times and it passed. > {code} > Running org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 314.163 sec > {code} > [~stack] -- This message was sent by Atlassian JIRA (v6.2#6252)