Merge pull request #555 from elek/HDDS-1219
HDDS-1219. TestContainerActionsHandler.testCloseContainerAction has an intermittent failure
This commit is contained in:
commit
df99137310
@ -59,7 +59,7 @@ public void testCloseContainerAction() {
|
||||
TestUtils.randomDatanodeDetails(), cap);
|
||||
|
||||
queue.fireEvent(SCMEvents.CONTAINER_ACTIONS, containerActions);
|
||||
|
||||
queue.processAll(1000L);
|
||||
verify(closeContainerEventHandler, times(1))
|
||||
.onMessage(ContainerID.valueof(1L), queue);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user