HDFS-14145. TestBlockStorageMovementAttemptedItems#testNoBlockMovementAttemptFinishedReportAdded fails sporadically in Trunk. Contributed by Ayush Saxena.
This commit is contained in:
parent
aa12859890
commit
cb3382f667
@ -117,7 +117,6 @@ public void testAddReportedMoveAttemptFinishedBlocks() throws Exception {
|
|||||||
*/
|
*/
|
||||||
@Test(timeout = 30000)
|
@Test(timeout = 30000)
|
||||||
public void testNoBlockMovementAttemptFinishedReportAdded() throws Exception {
|
public void testNoBlockMovementAttemptFinishedReportAdded() throws Exception {
|
||||||
bsmAttemptedItems.start(); // start block movement report monitor thread
|
|
||||||
Long item = new Long(1234);
|
Long item = new Long(1234);
|
||||||
Block block = new Block(item);
|
Block block = new Block(item);
|
||||||
DatanodeInfo dnInfo = DFSTestUtil.getLocalDatanodeInfo(9867);
|
DatanodeInfo dnInfo = DFSTestUtil.getLocalDatanodeInfo(9867);
|
||||||
|
Loading…
Reference in New Issue
Block a user