You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by amitsela <gi...@git.apache.org> on 2016/10/22 09:58:39 UTC

[GitHub] incubator-beam pull request #1161: [BEAM-769] Spark streaming tests fail on ...

GitHub user amitsela opened a pull request:

    https://github.com/apache/incubator-beam/pull/1161

    [BEAM-769] Spark streaming tests fail on "nothing processed" if runti\u2026

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).
    
    ---
    
    \u2026me env. is slow because timeout
    
    is hit before processing is done.
    
    Make graceful stop the default.
    
    Keep "pumping-in" the last batch in a mocked stream to handle overflowing batches in case of a
    graceful stop.
    
    Change tests accordingly.

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

    $ git pull https://github.com/amitsela/incubator-beam BEAM-769

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

    https://github.com/apache/incubator-beam/pull/1161.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 #1161
    
----
commit 43c9e57ad8c7af022ba2f46ce4b8d20731f0766e
Author: Sela <an...@paypal.com>
Date:   2016-10-20T22:20:33Z

    [BEAM-769] Spark streaming tests fail on "nothing processed" if runtime env. is slow because timeout
    is hit before processing is done.
    
    Make graceful stop the default.
    
    Keep "pumping-in" the last batch in a mocked stream to handle overflowing batches in case of a
    graceful stop.
    
    Change tests accordingly.

----


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