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 29BBF1012A for ; Thu, 11 Apr 2013 23:03:17 +0000 (UTC) Received: (qmail 37016 invoked by uid 500); 11 Apr 2013 23:03:16 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 36983 invoked by uid 500); 11 Apr 2013 23:03:16 -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 36973 invoked by uid 99); 11 Apr 2013 23:03:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Apr 2013 23:03:16 +0000 Date: Thu, 11 Apr 2013 23:03:16 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8324) TestHFileOutputFormat.testMRIncremental* fails against hadoop2 profile 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-8324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13629527#comment-13629527 ] Jonathan Hsieh commented on HBASE-8324: --------------------------------------- And it passes consistently now. {code} $ $ mvn clean -Dmaven.test.redirectOutputToFile=true test -Dtest=TestHFileOutputFormat#testMRIncre* -Dhadoop.profile=2.0 ... ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 113.794 sec {code} > TestHFileOutputFormat.testMRIncremental* fails against hadoop2 profile > ---------------------------------------------------------------------- > > Key: HBASE-8324 > URL: https://issues.apache.org/jira/browse/HBASE-8324 > Project: HBase > Issue Type: Sub-task > Components: hadoop2, test > Affects Versions: 0.95.0 > Reporter: Jonathan Hsieh > Assignee: Jonathan Hsieh > Fix For: 0.95.1 > > > Two tests cases are failing: > testMRIncrementalLoad, testMRIncrementalloadWithSplit > {code} > > java.lang.AssertionError > at org.junit.Assert.fail(Assert.java:86) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertTrue(Assert.java:52) > at org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat.runIncrementalPELoad(TestHFileOutputFormat.java:468) > at org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat.doIncrementalLoadTest(TestHFileOutputFormat.java:378) > at org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat.testMRIncrementalLoad(TestHFileOutputFormat.java:348) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > ... > > java.lang.AssertionError > at org.junit.Assert.fail(Assert.java:86) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertTrue(Assert.java:52) > at org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat.runIncrementalPELoad(TestHFileOutputFormat.java:468) > at org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat.doIncrementalLoadTest(TestHFileOutputFormat.java:378) > at org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat.testMRIncrementalLoadWithSplit(TestHFileOutputFormat.java:354) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > ... > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira