erWithClientResource in order to use
> StreamExecutionEnvironment?
>
>
>
>
>
> Best,
>
> Michael
>
>
>
>
>
> *From: *vino yang
> *Date: *Monday, October 28, 2019 at 1:32 AM
> *To: *Michael Nguyen
> *Cc: *"user@flink.apache.org"
> *Subjec
From: vino yang
Date: Monday, October 28, 2019 at 1:32 AM
To: Michael Nguyen
Cc: "user@flink.apache.org"
Subject: Re: Testing AggregateFunction() and ProcessWindowFunction() on
KeyedDataStream
[External]
Hi Michael,
You may need to know `KeyedOneInputStreamOperatorTestHarness`
Hi Michael,
You may need to know `KeyedOneInputStreamOperatorTestHarness` test class.
You can consider
`WindowTranslationTest#testAggregateWithWindowFunctionEventTime` or
`WindowTranslationTest#testAggregateWithWindowFunctionProcessingTime`[1](both
of them call `processElementAndEnsureOutput`) as
Hello everbody,
Has anyone tried testing AggregateFunction() and ProcessWindowFunction() on a
KeyedDataStream? I have reviewed the testing page on Flinkās official website
(https://ci.apache.org/projects/flink/flink-docs-stable/dev/stream/testing.html)
and I am not quite sure how I could utiliz