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