[ 
https://issues.apache.org/jira/browse/HDDS-1219?focusedWorklogId=207769&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-207769
 ]

ASF GitHub Bot logged work on HDDS-1219:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Mar/19 12:47
            Start Date: 05/Mar/19 12:47
    Worklog Time Spent: 10m 
      Work Description: elek commented on pull request #555: HDDS-1219. 
TestContainerActionsHandler.testCloseContainerAction has an intermittent failure
URL: https://github.com/apache/hadoop/pull/555
 
 
   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.
   
   
   See: https://issues.apache.org/jira/browse/HDDS-1219
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 207769)
            Time Spent: 10m
    Remaining Estimate: 0h

> 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.4.0
>
>          Time Spent: 10m
>  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]

Reply via email to