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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to