Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D4193C849 for ; Fri, 14 Mar 2014 16:52:53 +0000 (UTC) Received: (qmail 89538 invoked by uid 500); 14 Mar 2014 16:52:49 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 89380 invoked by uid 500); 14 Mar 2014 16:52:46 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 88894 invoked by uid 99); 14 Mar 2014 16:52:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2014 16:52:44 +0000 Date: Fri, 14 Mar 2014 16:52:44 +0000 (UTC) From: "Akira AJISAKA (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HDFS-6104) TestFsLimits#testDefaultMaxComponentLength Fails on branch-2 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/HDFS-6104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira AJISAKA resolved HDFS-6104. --------------------------------- Resolution: Invalid Assignee: (was: Mit Desai) Closing this issue because the test was removed by HDFS-6102. > TestFsLimits#testDefaultMaxComponentLength Fails on branch-2 > ------------------------------------------------------------ > > Key: HDFS-6104 > URL: https://issues.apache.org/jira/browse/HDFS-6104 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 2.4.0 > Reporter: Mit Desai > Labels: java7 > > testDefaultMaxComponentLength fails intermittently with the following error > {noformat} > java.lang.AssertionError: expected:<0> but was:<255> > at org.junit.Assert.fail(Assert.java:93) > at org.junit.Assert.failNotEquals(Assert.java:647) > at org.junit.Assert.assertEquals(Assert.java:128) > at org.junit.Assert.assertEquals(Assert.java:472) > at org.junit.Assert.assertEquals(Assert.java:456) > at org.apache.hadoop.hdfs.server.namenode.TestFsLimits.testDefaultMaxComponentLength(TestFsLimits.java:90) > {noformat} > On doing some research, I found that this is actually a JDK7 issue. > The test always fails when it runs after any test that runs addChildWithName() method -- This message was sent by Atlassian JIRA (v6.2#6252)