[ https://issues.apache.org/jira/browse/BEAM-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15895864#comment-15895864
]
ASF GitHub Bot commented on BEAM-1582:
--------------------------------------
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-<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).
---
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 <ansela@paypal.com>
Date: 2017-03-04T19:04:02Z
Test runner to stop on EOT watermark, or timeout.
commit 18fa962cf3d5fb676bb8f94adecf02a5086d6cfb
Author: Sela <ansela@paypal.com>
Date: 2017-03-04T19:05:25Z
Remove timeout since it is already a pipeline option.
commit c7f4c2c3c0cddf8c357fb202dfedddb0bf9f6335
Author: Sela <ansela@paypal.com>
Date: 2017-03-04T19:07:16Z
Advance to infinity at the end of pipelines.
commit 0c57773985f8610dd3df2eec00e3dba5f32b00c3
Author: Sela <ansela@paypal.com>
Date: 2017-03-04T19:07:59Z
Add EOT watermark and expected assertions test options.
commit 5d6c3688f0840bc1a17272b078ba128a71233553
Author: Sela <ansela@paypal.com>
Date: 2017-03-04T19:09:38Z
SparkPipelineResult should avoid returning null, and handle exceptions better.
commit eb841f01bab6ead2ba68f866591a85995989943b
Author: Sela <ansela@paypal.com>
Date: 2017-03-04T19:11:36Z
Make ResumeFromCheckpointStreamingTest use TestSparkRunner and stop on EOT watermark.
commit 71dfaf3bf916dc704328d6e9ea64c33cc3464bec
Author: Sela <ansela@paypal.com>
Date: 2017-03-04T20:08:05Z
fixup! post-rebase import order.
----
> ResumeFromCheckpointStreamingTest flakes with what appears as a second firing.
> ------------------------------------------------------------------------------
>
> Key: BEAM-1582
> URL: https://issues.apache.org/jira/browse/BEAM-1582
> Project: Beam
> Issue Type: Bug
> Components: runner-spark
> Reporter: Amit Sela
> Assignee: Amit Sela
>
> See: https://builds.apache.org/view/Beam/job/beam_PostCommit_Java_MavenInstall/org.apache.beam$beam-runners-spark/2788/testReport/junit/org.apache.beam.runners.spark.translation.streaming/ResumeFromCheckpointStreamingTest/testWithResume/
> After some digging in it appears that a second firing occurs (though only one is expected)
but it doesn't come from a stale state (state is empty before it fires).
> Might be a retry happening for some reason, which is OK in terms of fault-tolerance guarantees
(at-least-once), but not so much in terms of flaky tests.
> I'm looking into this hoping to fix this ASAP.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
|