Rakesh R created HDFS-10308: ------------------------------- Summary: TestRetryCacheWithHA#testRetryCacheOnStandbyNN failing Key: HDFS-10308 URL: https://issues.apache.org/jira/browse/HDFS-10308 Project: Hadoop HDFS Issue Type: Bug Components: test Reporter: Rakesh R Assignee: Rakesh R
Its failing with following exception {code} 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) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)