GitHub user amitsela opened a pull request: https://github.com/apache/beam/pull/2159 [BEAM-1582, BEAM-1562] Stop streaming tests on EOT Watermark. 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-] 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 `` 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). --- You can merge this pull request into a Git repository by running: $ git pull https://github.com/amitsela/beam stop-streaming-tests Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/2159.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 #2159 ---- commit 2faeb449d727ccfdc0aeabc9fc78cbeee5ff0dc3 Author: Sela Date: 2017-03-04T19:04:02Z Test runner to stop on EOT watermark, or timeout. commit 18fa962cf3d5fb676bb8f94adecf02a5086d6cfb Author: Sela Date: 2017-03-04T19:05:25Z Remove timeout since it is already a pipeline option. commit c7f4c2c3c0cddf8c357fb202dfedddb0bf9f6335 Author: Sela Date: 2017-03-04T19:07:16Z Advance to infinity at the end of pipelines. commit 0c57773985f8610dd3df2eec00e3dba5f32b00c3 Author: Sela Date: 2017-03-04T19:07:59Z Add EOT watermark and expected assertions test options. commit 5d6c3688f0840bc1a17272b078ba128a71233553 Author: Sela Date: 2017-03-04T19:09:38Z SparkPipelineResult should avoid returning null, and handle exceptions better. commit eb841f01bab6ead2ba68f866591a85995989943b Author: Sela Date: 2017-03-04T19:11:36Z Make ResumeFromCheckpointStreamingTest use TestSparkRunner and stop on EOT watermark. commit 71dfaf3bf916dc704328d6e9ea64c33cc3464bec Author: Sela Date: 2017-03-04T20:08:05Z fixup! post-rebase import order. ---- --- 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. ---