HDDS-860. Fix TestDataValidate unit tests. Contributed by Shashikant Banerjee.
This commit is contained in:
parent
14e1a0a3d6
commit
c8b3dfa625
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue