HDFS-11025. TestDiskspaceQuotaUpdate fails in trunk due to Bind exception. Contributed by Yiqun Lin
This commit is contained in:
parent
8650cc84f2
commit
73504b1bdc
@ -427,7 +427,7 @@ public void testQuotaIssuesWhileCommitting() throws Exception {
|
|||||||
testQuotaIssuesWhileCommittingHelper(nnSpy, (short) 1, (short) 1);
|
testQuotaIssuesWhileCommittingHelper(nnSpy, (short) 1, (short) 1);
|
||||||
} finally {
|
} finally {
|
||||||
for (MiniDFSCluster.DataNodeProperties dnprop : dnprops) {
|
for (MiniDFSCluster.DataNodeProperties dnprop : dnprops) {
|
||||||
cluster.restartDataNode(dnprop, true);
|
cluster.restartDataNode(dnprop);
|
||||||
}
|
}
|
||||||
cluster.waitActive();
|
cluster.waitActive();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user