Adding keyed state to test harness before calling process function.
Posted by Marco Villalobos-2 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Adding-keyed-state-to-test-harness-before-calling-process-function-tp39438.html
Hi,
I would like to adding keyed state to test harness before calling process function.
I am using the OneInputStreamOperatorTestHarness.
I can't find any examples online on how to do that, and I am struggling to figure this out.
Can somebody please provide guidance? My test case has keyed state pre-populated as one of its pre-conditions.
Thank you. Sincerely,
Marco