Github user rtudoran commented on the issue:
https://github.com/apache/flink/pull/3590
@fhueske
I tried before to use the
WindowOperatorTest#testProcessingTimeTumblingWindows() controls processing time
using the KeyedOneInputStreamOperatorTestHarness but i did not find the
dependency. Also it is unclear to me how this can be properly used.
I would propose that we either keep things based on the current test (which
works for 10 seconds...i can also make it smaller timewise) as we or mimic the
behaviour by assigning the timestamp with a time assignment function (which i
had in the beginning). Basically to have the
inputStream.assignTimestamp()
and assign each timestamp with fixedvalue * (counter++) * 1000?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---