HDFS-11509. Ozone: Fix TestEndpoint test regression. Contributed by Anu Engineer.
This commit is contained in:
parent
9c57a61f68
commit
32cc2b8f1a
|
@ -92,7 +92,7 @@ public class TestEndPoint {
|
||||||
scmServerImpl, serverAddress, 10);
|
scmServerImpl, serverAddress, 10);
|
||||||
testDir = PathUtils.getTestDir(TestEndPoint.class);
|
testDir = PathUtils.getTestDir(TestEndPoint.class);
|
||||||
defaultReportState = StorageContainerDatanodeProtocolProtos.ReportState.
|
defaultReportState = StorageContainerDatanodeProtocolProtos.ReportState.
|
||||||
newBuilder().setState(noContainerReports).build();
|
newBuilder().setState(noContainerReports).setCount(0).build();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue