Merge pull request #555 from elek/HDDS-1219

HDDS-1219. TestContainerActionsHandler.testCloseContainerAction has an intermittent failure
This commit is contained in:
Arpit Agarwal 2019-03-05 10:19:05 -08:00 committed by GitHub
commit df99137310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);