Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6EE2719656 for ; Mon, 14 Mar 2016 22:11:35 +0000 (UTC) Received: (qmail 422 invoked by uid 500); 14 Mar 2016 22:11:34 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 236 invoked by uid 500); 14 Mar 2016 22:11:34 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 209 invoked by uid 99); 14 Mar 2016 22:11:34 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Mar 2016 22:11:34 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 58D6C2C1F64 for ; Mon, 14 Mar 2016 22:11:34 +0000 (UTC) Date: Mon, 14 Mar 2016 22:11:34 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-15409) TestHFileBackedByBucketCache failed randomly on jdk8 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-15409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-15409. ----------------------------------- Resolution: Duplicate Closing as duplicate of HBASE-15416. That has more context. > TestHFileBackedByBucketCache failed randomly on jdk8 > ---------------------------------------------------- > > Key: HBASE-15409 > URL: https://issues.apache.org/jira/browse/HBASE-15409 > Project: HBase > Issue Type: Test > Reporter: Liu Shaohui > Assignee: Liu Shaohui > Priority: Minor > > When running the small tests, we found TestHFileBackedByBucketCache failed randomly > {code} > mvn clean package install -DrunSmallTests -Dtest=TestHFileBackedByBucketCache > Running org.apache.hadoop.hbase.io.hfile.TestHFileBackedByBucketCache > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.262 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.hfile.TestHFileBackedByBucketCache > testBucketCacheCachesAndPersists(org.apache.hadoop.hbase.io.hfile.TestHFileBackedByBucketCache) Time elapsed: 0.69 sec <<< FAILURE! > java.lang.AssertionError: expected:<5> but was:<4> > at org.apache.hadoop.hbase.io.hfile.TestHFileBackedByBucketCache.testBucketCacheCachesAndPersists(TestHFileBackedByBucketCache.java:161) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)