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 9493118570 for ; Thu, 4 Feb 2016 17:43:40 +0000 (UTC) Received: (qmail 48894 invoked by uid 500); 4 Feb 2016 17:43:40 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 48715 invoked by uid 500); 4 Feb 2016 17:43:40 -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 48504 invoked by uid 99); 4 Feb 2016 17:43:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2016 17:43:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 025B82C1F58 for ; Thu, 4 Feb 2016 17:43:40 +0000 (UTC) Date: Thu, 4 Feb 2016 17:43:40 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-15215) TestBlockEvictionFromClient is flaky in jdk1.7 build MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 ramkrishna.s.vasudevan created HBASE-15215: ---------------------------------------------- Summary: TestBlockEvictionFromClient is flaky in jdk1.7 build Key: HBASE-15215 URL: https://issues.apache.org/jira/browse/HBASE-15215 Project: HBase Issue Type: Bug Reporter: ramkrishna.s.vasudevan Assignee: ramkrishna.s.vasudevan Fix For: 2.0.0 This is the 2nd time I am noticing this. {code} Tests run: 13, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 76.187 sec <<< FAILURE! - in org.apache.hadoop.hbase.client.TestBlockEvictionFromClient testReverseScanWithCompaction(org.apache.hadoop.hbase.client.TestBlockEvictionFromClient) Time elapsed: 5.812 sec <<< FAILURE! java.lang.AssertionError: expected:<3> but was:<2> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.apache.hadoop.hbase.client.TestBlockEvictionFromClient.testScanWithCompactionInternals(TestBlockEvictionFromClient.java:922) at org.apache.hadoop.hbase.client.TestBlockEvictionFromClient.testReverseScanWithCompaction(TestBlockEvictionFromClient.java:857) {code} Generally the jdk1.8 build does not have this failure. Need to investigate the failure. -- This message was sent by Atlassian JIRA (v6.3.4#6332)