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 8856B200B49 for ; Wed, 3 Aug 2016 19:05:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 87248160A5D; Wed, 3 Aug 2016 17:05:22 +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 CF662160A86 for ; Wed, 3 Aug 2016 19:05:21 +0200 (CEST) Received: (qmail 87490 invoked by uid 500); 3 Aug 2016 17:05:20 -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 87413 invoked by uid 99); 3 Aug 2016 17:05:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2016 17:05:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 913ED2C0D66 for ; Wed, 3 Aug 2016 17:05:20 +0000 (UTC) Date: Wed, 3 Aug 2016 17:05:20 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16319) Fix TestCacheOnWrite after HBASE-16288 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 03 Aug 2016 17:05:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406228#comment-15406228 ] Hudson commented on HBASE-16319: -------------------------------- FAILURE: Integrated in HBase-0.98-matrix #380 (See [https://builds.apache.org/job/HBase-0.98-matrix/380/]) HBASE-16319 Fix TestCacheOnWrite after HBASE-16288 (apurtell: rev f8c45d755241930e2b3bb2db610e41fefb4f1aa2) * hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestCacheOnWrite.java > Fix TestCacheOnWrite after HBASE-16288 > -------------------------------------- > > Key: HBASE-16319 > URL: https://issues.apache.org/jira/browse/HBASE-16319 > Project: HBase > Issue Type: Bug > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Priority: Trivial > Fix For: 2.0.0, 1.3.0, 1.4.0, 1.1.6, 0.98.21, 1.2.3 > > Attachments: HBASE-16319.patch > > > {noformat} > testStoreFileCacheOnWrite[0](org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite) Time elapsed: 0.938 sec <<< FAILURE! > org.junit.ComparisonFailure: expected:<...INTERMEDIATE_INDEX=3[4]}> but was:<...INTERMEDIATE_INDEX=3[2]}> > at org.junit.Assert.assertEquals(Assert.java:115) > at org.junit.Assert.assertEquals(Assert.java:144) > at org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite.readStoreFile(TestCacheOnWrite.java:308) > at org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite.testStoreFileCacheOnWriteInternals(TestCacheOnWrite.java:232) > at org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite.testStoreFileCacheOnWrite(TestCacheOnWrite.java:445) > {noformat} > etc -- This message was sent by Atlassian JIRA (v6.3.4#6332)