Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4E57F11808 for ; Wed, 20 Aug 2014 06:56:26 +0000 (UTC) Received: (qmail 13892 invoked by uid 500); 20 Aug 2014 06:56:26 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 13851 invoked by uid 500); 20 Aug 2014 06:56:26 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 13841 invoked by uid 99); 20 Aug 2014 06:56:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2014 06:56:26 +0000 Date: Wed, 20 Aug 2014 06:56:26 +0000 (UTC) From: "Willem Jiang (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CAMEL-7614) camel-hbase - Unit test 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/CAMEL-7614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-7614: ----------------------------------- Assignee: Willem Jiang > camel-hbase - Unit test fails > ----------------------------- > > Key: CAMEL-7614 > URL: https://issues.apache.org/jira/browse/CAMEL-7614 > Project: Camel > Issue Type: Test > Components: camel-hbase > Affects Versions: 2.14.0 > Reporter: Claus Ibsen > Assignee: Willem Jiang > Fix For: 2.14.0 > > > On master branch. Not sure what is the problem, but this fails consistently for me > {code} > Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 198.199 sec <<< FAILURE! - in org.apache.camel.component.hbase.HBaseProducerTest > testPutAndGetWithModel(org.apache.camel.component.hbase.HBaseProducerTest) Time elapsed: 20.223 sec <<< FAILURE! > org.junit.ComparisonFailure: expected:<[1]> but was:<[Ioannis]> > at org.junit.Assert.assertEquals(Assert.java:115) > at org.junit.Assert.assertEquals(Assert.java:144) > at org.apache.camel.component.hbase.HBaseProducerTest.testPutAndGetWithModel(HBaseProducerTest.java:103) > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)