Re: Flink end to end intergration test

2019-06-13 Thread Theo Diefenthal
ill shut down by itself nicely once the end marker is sent. Best regards Theo Von: "Konstantin Knauf" An: "min tan" CC: "user" Gesendet: Donnerstag, 13. Juni 2019 12:55:05 Betreff: Re: Flink end to end intergration test Hi Min, I recently published a sm

Re: Flink end to end intergration test

2019-06-13 Thread Konstantin Knauf
Hi Min, I recently published a small repository [1] containing examples of how to test Flink applications on different levels of the testing pyramid. It also contains one integration test, which spins up an embedded Flink cluster [2]. In contrast to your requirements this test uses dedicated

Flink end to end intergration test

2019-06-13 Thread min.tan
Hi, I am new to Flink, at least to the testing part. We need an end to end integration test for a flink job. Where can I find documentation for this? I am envisaging a test similar to that: 1) Start a local job instance in an IDE or maven test 2) Fire event jsons to the data