[minor] following 4270, add unit tests for the keys lost case (#5918)
This commit is contained in:
@@ -516,7 +516,7 @@ public class TestHoodieActiveTimeline extends HoodieCommonTestHarness {
|
||||
}
|
||||
|
||||
executorService.shutdown();
|
||||
assertTrue(executorService.awaitTermination(10, TimeUnit.SECONDS));
|
||||
assertTrue(executorService.awaitTermination(60, TimeUnit.SECONDS));
|
||||
// required to catch exceptions
|
||||
for (Future f : futures) {
|
||||
f.get();
|
||||
|
||||
Reference in New Issue
Block a user