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 82F25104F1 for ; Thu, 12 Dec 2013 20:41:07 +0000 (UTC) Received: (qmail 39639 invoked by uid 500); 12 Dec 2013 20:41:07 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 39615 invoked by uid 500); 12 Dec 2013 20:41:07 -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 39607 invoked by uid 99); 12 Dec 2013 20:41:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 20:41:07 +0000 Date: Thu, 12 Dec 2013 20:41:07 +0000 (UTC) From: "Elliott Clark (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10107) [JDK7] TestHBaseSaslRpcClient.testHBaseSaslRpcClientCreation failing on Jenkins 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-10107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13846717#comment-13846717 ] Elliott Clark commented on HBASE-10107: --------------------------------------- Hmmm I've been able to get this to reproduce on a private jenkins with 1.7u45 on a ubuntu 12.04 vm. > [JDK7] TestHBaseSaslRpcClient.testHBaseSaslRpcClientCreation failing on Jenkins > ------------------------------------------------------------------------------- > > Key: HBASE-10107 > URL: https://issues.apache.org/jira/browse/HBASE-10107 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.0, 0.99.0 > Reporter: Andrew Purtell > Fix For: 0.98.0 > > > TestHBaseSaslRpcClient.testHBaseSaslRpcClientCreation will fail up on Jenkins in builds using "JDK 7 (latest)" but not those using "JDK 6 (latest)". The stacktrace: > {noformat} > java.lang.AssertionError > at org.junit.Assert.fail(Assert.java:86) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertTrue(Assert.java:52) > at org.apache.hadoop.hbase.security.TestHBaseSaslRpcClient.testHBaseSaslRpcClientCreation(TestHBaseSaslRpcClient.java:119) > {noformat} -- This message was sent by Atlassian JIRA (v6.1.4#6159)