Re: Testing DataStreams

2016-11-04 Thread Juan Rodríguez Hortalá
Hi Max, Thanks for your help. Flink-spector looks just like what I need. Greetings, Juan On Thu, Nov 3, 2016 at 11:05 AM, Maximilian Michels wrote: > Hi Juan, > > StreamingMultipleProgramsTestBase is in the testing scope. Thus, is it > not bundled in the normal jars. You would have to add the

Re: Testing DataStreams

2016-11-03 Thread Maximilian Michels
Hi Juan, StreamingMultipleProgramsTestBase is in the testing scope. Thus, is it not bundled in the normal jars. You would have to add the flink-test-utils_2.10 module. It is true that there is no guide. There is https://github.com/ottogroup/flink-spector for testing streaming pipelines. For unit

Testing DataStreams

2016-11-02 Thread Juan Rodríguez Hortalá
Hi, I'm new to Flink, and I'm trying to write my first unit test for a simple DataStreams job. In https://ci.apache.org/projects/flink/flink-docs-master/api/java/org/apache/flink/streaming/util/package-summary.html I see several promising classes, but for example I cannot import org.apache.flink.