You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 22:09:51 UTC

[GitHub] [beam] kennknowles opened a new issue, #19081: Can not test Timer with processing time domain

kennknowles opened a new issue, #19081:
URL: https://github.com/apache/beam/issues/19081

   I have a stateful DoFn which has a timer on PROCESSING_TIME domain. While writing tests, I noticed that it does not react to `advanceProcessingTime()` on tests stream. Problem seems to be here:
   
   [https://github.com/apache/beam/blob/master/runners/core-java/src/main/java/org/apache/beam/runners/core/SimpleDoFnRunner.java#L260](https://github.com/apache/beam/blob/master/runners/core-java/src/main/java/org/apache/beam/runners/core/SimpleDoFnRunner.java#L260)
   
   I can only tell that patching this place works for direct runner tests. Not sure about broader impact on other runners since it is in `runner-core`
   
   Imported from Jira [BEAM-5265](https://issues.apache.org/jira/browse/BEAM-5265). Original Jira may contain additional context.
   Reported by: JozoVilcek.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org