You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Brahma Reddy Battula (JIRA)" <ji...@apache.org> on 2016/04/20 06:03:25 UTC

[jira] [Created] (HDFS-10315) Fix TestRetryCacheWithHA and TestNamenodeRetryCache failures

Brahma Reddy Battula created HDFS-10315:
-------------------------------------------

             Summary: Fix TestRetryCacheWithHA and TestNamenodeRetryCache failures
                 Key: HDFS-10315
                 URL: https://issues.apache.org/jira/browse/HDFS-10315
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: test
            Reporter: Brahma Reddy Battula
            Assignee: Brahma Reddy Battula
             Fix For: 2.8.0


{noformat}
FAILED:  org.apache.hadoop.hdfs.server.namenode.TestNamenodeRetryCache.testRetryCacheRebuild

Error Message:
expected:<25> but was:<26>

Stack Trace:
java.lang.AssertionError: expected:<25> but was:<26>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at org.apache.hadoop.hdfs.server.namenode.TestNamenodeRetryCache.testRetryCacheRebuild(TestNamenodeRetryCache.java:419)


FAILED:  org.apache.hadoop.hdfs.server.namenode.ha.TestRetryCacheWithHA.testRetryCacheOnStandbyNN

Error Message:
expected:<25> but was:<26>

Stack Trace:
java.lang.AssertionError: expected:<25> but was:<26>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at org.apache.hadoop.hdfs.server.namenode.ha.TestRetryCacheWithHA.testRetryCacheOnStandbyNN(TestRetryCacheWithHA.java:169
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)