Github user HeartSaVioR commented on the issue:

    https://github.com/apache/storm/pull/1544
  
    @abhishekagarwal87 
    Is it a fix for this random failure?
    
    ```
    classname: org.apache.storm.topology.WindowedBoltExecutorTest / testname: 
testExecuteWithLateTupleStream
    org.mockito.exceptions.verification.WantedButNotInvoked: 
    Wanted but not invoked:
    outputCollector.emit(
        "$late",
        [source: null:1, stream: s1, id: {}, [600]],
        [source: null:1, stream: s1, id: {}, [600]]
    );
    -> at 
org.apache.storm.topology.WindowedBoltExecutorTest.testExecuteWithLateTupleStream(WindowedBoltExecutorTest.java:225)
    Actually, there were zero interactions with this mock.
    
        at 
org.apache.storm.topology.WindowedBoltExecutorTest.testExecuteWithLateTupleStream(WindowedBoltExecutorTest.java:225)
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to