GitHub user jmakes opened a pull request:

    https://github.com/apache/samza/pull/269

    SAMZA-1388: Flaky test - TestStatefulTask#testShouldStartAndRestore

    I believe the problem originated from SAMZA-173.
    
    The core issue is testShouldRestoreStore was not updated to expect 6 
messages after 2 more messages were added to testShouldStartTaskForFirstTime.
    
    Fixed the issue and refactored the code so the 2 methods wouldn't disagree 
again in the future.

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

    $ git pull https://github.com/jmakes/samza samza-1388

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

    https://github.com/apache/samza/pull/269.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 #269
    
----
commit 093488a9f63a6409042f4d7c6496b4ca503cd70f
Author: Jacob Maes <jm...@linkedin.com>
Date:   2017-08-11T22:09:58Z

    SAMZA-1388: Flaky test - TestStatefulTask#testShouldStartAndRestore

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to