Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 04614200B3B for ; Mon, 27 Jun 2016 07:32:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0330C160A69; Mon, 27 Jun 2016 05:32:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4A166160A5C for ; Mon, 27 Jun 2016 07:32:45 +0200 (CEST) Received: (qmail 3985 invoked by uid 500); 27 Jun 2016 05:32:44 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 3976 invoked by uid 99); 27 Jun 2016 05:32:44 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2016 05:32:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4B375E0459; Mon, 27 Jun 2016 05:32:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ramkrishna@apache.org To: commits@hbase.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-16055 TestHFileOutputFormat2 is broken (Ram) Date: Mon, 27 Jun 2016 05:32:44 +0000 (UTC) archived-at: Mon, 27 Jun 2016 05:32:46 -0000 Repository: hbase Updated Branches: refs/heads/branch-1 f4c1fd1a4 -> 385a6e878 HBASE-16055 TestHFileOutputFormat2 is broken (Ram) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/385a6e87 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/385a6e87 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/385a6e87 Branch: refs/heads/branch-1 Commit: 385a6e878fca1ccc889d8bf9d6527b8fe152c935 Parents: f4c1fd1 Author: Ramkrishna Authored: Mon Jun 27 11:02:03 2016 +0530 Committer: Ramkrishna Committed: Mon Jun 27 11:02:03 2016 +0530 ---------------------------------------------------------------------- .../org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/385a6e87/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat2.java ---------------------------------------------------------------------- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat2.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat2.java index c50d34d..9136256 100644 --- a/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat2.java +++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat2.java @@ -530,7 +530,7 @@ public class TestHFileOutputFormat2 { doIncrementalLoadTest(true, true, false, "testMRIncrementalLoadWithLocality2"); } - @Test + @Ignore("Goes zombie too frequently; needs work. See HBASE-14563") @Test public void testMRIncrementalLoadWithPutSortReducer() throws Exception { LOG.info("\nStarting test testMRIncrementalLoadWithPutSortReducer\n"); doIncrementalLoadTest(false, false, true, "testMRIncrementalLoadWithPutSortReducer");