[
https://issues.apache.org/jira/browse/HDDS-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16784781#comment-16784781
]
Hudson commented on HDDS-1219:
------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16132 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/16132/])
HDDS-1219. TestContainerActionsHandler.testCloseContainerAction has an (elek:
rev 296259e9b3bbb510ff4d9c8064bfcd12411af4ca)
* (edit)
hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/TestContainerActionsHandler.java
> TestContainerActionsHandler.testCloseContainerAction has an intermittent
> failure
> --------------------------------------------------------------------------------
>
> Key: HDDS-1219
> URL: https://issues.apache.org/jira/browse/HDDS-1219
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Elek, Marton
> Assignee: Elek, Marton
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.5.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> It's failed multiple times during the CI builds:
> {code}
> Error Message
> Wanted but not invoked:
> closeContainerEventHandler.onMessage(
> #1,
> org.apache.hadoop.hdds.server.events.EventQueue@3d3fcdb0
> );
> -> at
> org.apache.hadoop.hdds.scm.container.TestContainerActionsHandler.testCloseContainerAction(TestContainerActionsHandler.java:64)
> Actually, there were zero interactions with this mock.
> {code}
> The fix is easy: we should call queue.processAll(1000L) to wait for the
> processing of all the events.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]