HDFS-11700. TestHDFSServerPorts#testBackupNodePorts doesn't pass on Windows. Contributed by Anbang Hu.
(cherry picked from commit eaca7980ad
)
This commit is contained in:
parent
583b9b418a
commit
c168329cc4
|
@ -381,6 +381,11 @@ public class TestHDFSServerPorts {
|
|||
assertFalse("Backup started on same port as Namenode",
|
||||
canStartBackupNode(backup_config)); // should fail
|
||||
|
||||
// reset namenode backup address because Windows does not release
|
||||
// port used previously properly.
|
||||
backup_config.set(
|
||||
DFSConfigKeys.DFS_NAMENODE_BACKUP_ADDRESS_KEY, THIS_HOST);
|
||||
|
||||
// bind http server to a different port
|
||||
backup_config.set(
|
||||
DFSConfigKeys.DFS_NAMENODE_BACKUP_HTTP_ADDRESS_KEY, THIS_HOST);
|
||||
|
|
Loading…
Reference in New Issue