You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Andrew Crites (Jira)" <ji...@apache.org> on 2020/01/15 21:13:00 UTC

[jira] [Created] (BEAM-9126) TestStreamTest.testDiscarding mode fails for Dataflow since Dataflow TestStream only updates watermarks at 1s resolution.

Andrew Crites created BEAM-9126:
-----------------------------------

             Summary: TestStreamTest.testDiscarding mode fails for Dataflow since Dataflow TestStream only updates watermarks at 1s resolution.
                 Key: BEAM-9126
                 URL: https://issues.apache.org/jira/browse/BEAM-9126
             Project: Beam
          Issue Type: Bug
          Components: test-failures
            Reporter: Andrew Crites
            Assignee: Andrew Crites


The test advances the watermark to 1001ms, but Dataflow will only report the watermark as having advanced to 1000ms. The test only needs to advance to the end of the window anyway, so there is no problem with changing it to 1000ms.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)