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 5257A17204 for ; Mon, 13 Oct 2014 03:19:36 +0000 (UTC) Received: (qmail 54802 invoked by uid 500); 13 Oct 2014 03:19:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 54757 invoked by uid 500); 13 Oct 2014 03:19:34 -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 54745 invoked by uid 99); 13 Oct 2014 03:19:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2014 03:19:34 +0000 Date: Mon, 13 Oct 2014 03:19:34 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9002) TestDistributedLogSplitting.testRecoveredEdits fails 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-9002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14168917#comment-14168917 ] Hudson commented on HBASE-9002: ------------------------------- SUCCESS: Integrated in HBase-0.94-JDK7 #203 (See [https://builds.apache.org/job/HBase-0.94-JDK7/203/]) HBASE-12235 Backport to 0.94: HBASE-9002 TestDistributedLogSplitting.testRecoverdEdits should test correct region (Sean Busbey) (stack: rev 45eb18ba5eda6c66e0b53377b9722b062cd3ee3c) * src/test/java/org/apache/hadoop/hbase/master/TestDistributedLogSplitting.java > TestDistributedLogSplitting.testRecoveredEdits fails > ---------------------------------------------------- > > Key: HBASE-9002 > URL: https://issues.apache.org/jira/browse/HBASE-9002 > Project: HBase > Issue Type: Bug > Components: test > Reporter: stack > Assignee: Jeffrey Zhong > Fix For: 0.96.0 > > Attachments: hbase-9002.patch > > > https://builds.apache.org/job/hbase-0.95/342/testReport/org.apache.hadoop.hbase.master/TestDistributedLogSplitting/testRecoveredEdits/ > {code} > java.lang.AssertionError: expected:<1000> but was:<0> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:743) > at org.junit.Assert.assertEquals(Assert.java:118) > at org.junit.Assert.assertEquals(Assert.java:555) > at org.junit.Assert.assertEquals(Assert.java:542) > at org.apache.hadoop.hbase.master.TestDistributedLogSplitting.testRecoveredEdits(TestDistributedLogSplitting.java:209) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:601) > at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) > at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) > at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) > {code} > [~jxiang] or [~jeffreyz] want to take a look at this one? -- This message was sent by Atlassian JIRA (v6.3.4#6332)