GitHub user HeartSaVioR opened a pull request:

    https://github.com/apache/storm/pull/925

    STORM-1374 fix random failure on WindowManagerTest

    * Problem: Trigger could be called two times while sleeping
      * which first one has the events which are actually we want
      * and second one resets it, which makes test failed
    * Solution: Trigger manually
      * and remove sleep if not necessary
    
    @arunmahadevan Please verify this shouldn't break your intention on 
WindowManagerTest.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/HeartSaVioR/storm STORM-1374

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/925.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #925
    
----
commit 98c90f0fa583e2932c2c8639e9ec483915c47ff1
Author: Jungtaek Lim <[email protected]>
Date:   2015-12-04T23:03:22Z

    STORM-1374 fix random failure on WindowManagerTest
    
    * Problem: Trigger could be called two times while sleeping
      * which first one has the events which are actually we want
      * and second one resets it, which makes test failed
    * Solution: Trigger manually
      * and remove sleep if not necessary

----


---
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