HDDS-57. TestContainerCloser#testRepeatedClose and TestContainerCloser#testCleanupThreadRuns fail consistently. Contributed by Shashikant Banerjee.

This commit is contained in:
Mukul Kumar Singh 2018-05-21 19:06:26 +05:30
parent ba842847c9
commit c97df7712c
1 changed files with 1 additions and 2 deletions

View File

@ -213,8 +213,7 @@ public class TestContainerCloser {
.setReadCount(100000000L)
.setWriteCount(100000000L)
.setReadBytes(2000000000L)
.setWriteBytes(2000000000L)
.setContainerID(1L);
.setWriteBytes(2000000000L);
reports.setDatanodeDetails(
TestUtils.getDatanodeDetails().getProtoBufMessage());
reports.addReports(ciBuilder);