HDDS-860. Fix TestDataValidate unit tests. Contributed by Shashikant Banerjee.

This commit is contained in:
Shashikant Banerjee 2018-11-21 11:28:20 +05:30
parent 14e1a0a3d6
commit c8b3dfa625
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ public final class RandomKeyGenerator implements Callable<Void> {
processor.shutdown();
processor.awaitTermination(Integer.MAX_VALUE, TimeUnit.MILLISECONDS);
completed = true;
progressbar.shutdown();
if (validateWrites) {