HDFS-11101. TestDFSShell#testMoveWithTargetPortEmpty fails intermittently. Contributed By Brahma Reddy Battula.
This commit is contained in:
parent
c68dad18ab
commit
f922067748
@ -776,7 +776,7 @@ public void testMoveWithTargetPortEmpty() throws Exception {
|
||||
.format(true)
|
||||
.numDataNodes(2)
|
||||
.nameNodePort(ServerSocketUtil.waitForPort(
|
||||
HdfsClientConfigKeys.DFS_NAMENODE_RPC_PORT_DEFAULT, 10))
|
||||
HdfsClientConfigKeys.DFS_NAMENODE_RPC_PORT_DEFAULT, 60))
|
||||
.waitSafeMode(true)
|
||||
.build();
|
||||
FileSystem srcFs = cluster.getFileSystem();
|
||||
|
Loading…
Reference in New Issue
Block a user