HDFS-11509. Ozone: Fix TestEndpoint test regression. Contributed by Anu Engineer.

This commit is contained in:
Anu Engineer 2017-03-07 22:38:11 -08:00 committed by Owen O'Malley
parent 9c57a61f68
commit 32cc2b8f1a
1 changed files with 1 additions and 1 deletions

View File

@ -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