Re: ProcessFunctionTestHarnesses for testing Python functions

2021-08-15 Thread Dian Fu
Hi Bogdan,

There is still no TestHarness for Python ProcessFunction. However it seems a 
good idea to provide a TestHarness for Python functions such as 
ProcessFunction. I have created 
https://issues.apache.org/jira/browse/FLINK-23787 as a following-up.

Regards,
Dian

> 2021年8月13日 下午7:11,Matthias Pohl  写道:
> 
> Hi Bogdan,
> it does not look like it is by just doing a brief check of the code. But 
> maybe Dian can give a more detailed answer here. I'm gonna add him to this 
> thread.
> 
> Best,
> Matthias
> 
> On Wed, Jun 9, 2021 at 3:47 PM Bogdan Sulima  > wrote:
> Hi all,
> 
> in Java/Scala i was using ProcessFunctionTestHarnesses to test my 
> ProcessFunctions with timers based on event timestamps. 
> Now i am switching to Python (my favourite language). Is there a similar 
> TestHarness to support testing Python ProcessFunctions?
> 
> Thanks for your answers in advance.
> 
> Regards
> Bogdan.
> 



Re: ProcessFunctionTestHarnesses for testing Python functions

2021-08-13 Thread Matthias Pohl
Hi Bogdan,
it does not look like it is by just doing a brief check of the code. But
maybe Dian can give a more detailed answer here. I'm gonna add him to this
thread.

Best,
Matthias

On Wed, Jun 9, 2021 at 3:47 PM Bogdan Sulima 
wrote:

> Hi all,
>
> in Java/Scala i was using ProcessFunctionTestHarnesses to test my
> ProcessFunctions with timers based on event timestamps.
> Now i am switching to Python (my favourite language). Is there a similar
> TestHarness to support testing Python ProcessFunctions?
>
> Thanks for your answers in advance.
>
> Regards
> Bogdan.
>


ProcessFunctionTestHarnesses for testing Python functions

2021-06-09 Thread Bogdan Sulima
Hi all,

in Java/Scala i was using ProcessFunctionTestHarnesses to test my
ProcessFunctions with timers based on event timestamps.
Now i am switching to Python (my favourite language). Is there a similar
TestHarness to support testing Python ProcessFunctions?

Thanks for your answers in advance.

Regards
Bogdan.