You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Eugene Kirpichov (JIRA)" <ji...@apache.org> on 2016/11/15 23:38:59 UTC

[jira] [Created] (BEAM-987) TestStream.advanceWatermarkToInfinity should perhaps also advance processing time

Eugene Kirpichov created BEAM-987:
-------------------------------------

             Summary: TestStream.advanceWatermarkToInfinity should perhaps also advance processing time
                 Key: BEAM-987
                 URL: https://issues.apache.org/jira/browse/BEAM-987
             Project: Beam
          Issue Type: Bug
            Reporter: Eugene Kirpichov
            Assignee: Thomas Groh


I ran into this when writing a test for Splittable DoFn whose input was a TestStream. I constructed a TestStream that didn't call advanceProcessingTime, and as a result, the SDF's timers didn't fire and the test got stuck.

I think the meaning of "advanceWatermarkToInfinity" is "don't add any more elements to the stream and see what happens eventually", and "eventually" includes "eventually in processing time domain", not just in event-time domain (watermark).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)