Andrew Wang created HDFS-6470:
---------------------------------
Summary: TestBPOfferService.testBPInitErrorHandling is flaky
Key: HDFS-6470
URL: https://issues.apache.org/jira/browse/HDFS-6470
Project: Hadoop HDFS
Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Andrew Wang
Saw some test flakage in a test-patch run, stacktrace:
{code}
java.lang.AssertionError: expected:<2> but was:<1>
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.datanode.TestBPOfferService.testBPInitErrorHandling(TestBPOfferService.java:334)
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)