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 464419C0B for ; Mon, 28 Nov 2011 19:52:04 +0000 (UTC) Received: (qmail 36835 invoked by uid 500); 28 Nov 2011 19:52:03 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 36799 invoked by uid 500); 28 Nov 2011 19:52:03 -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 36758 invoked by uid 99); 28 Nov 2011 19:52:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2011 19:52:03 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2011 19:52:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3D6C7A4B0A for ; Mon, 28 Nov 2011 19:51:40 +0000 (UTC) Date: Mon, 28 Nov 2011 19:51:40 +0000 (UTC) From: "stack (Updated) (JIRA)" To: issues@hbase.apache.org Message-ID: <639186318.19169.1322509900253.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1830074230.18938.1322507260643.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-4883) TestCatalogTracker failing for me on ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-4883: ------------------------- Status: Patch Available (was: Open) > TestCatalogTracker failing for me on ubuntu > ------------------------------------------- > > Key: HBASE-4883 > URL: https://issues.apache.org/jira/browse/HBASE-4883 > Project: HBase > Issue Type: Bug > Reporter: stack > Attachments: 4883.txt > > > {code} > ------------------------------------------------------------------------------- > Test set: org.apache.hadoop.hbase.catalog.TestCatalogTracker > ------------------------------------------------------------------------------- > Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.276 sec <<< FAILURE! > testNoTimeoutWaitForMeta(org.apache.hadoop.hbase.catalog.TestCatalogTracker) Time elapsed: 1.051 sec <<< ERROR! > org.mockito.exceptions.misusing.WrongTypeOfReturnValue: > Result cannot be returned by getConfiguration() > getConfiguration() should return Configuration > at org.apache.hadoop.hbase.catalog.TestCatalogTracker.testNoTimeoutWaitForMeta(TestCatalogTracker.java:378) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45) > at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) > at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42) > at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) > at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) > at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263) > at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68) > at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47) > {code} > The above is strange since it seems to pass on jenkins and on macosx. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira