Re: [DISCUSS] Add end-to-end tests using Docker Compose

2018-03-12 Thread Bowen Li
That is great! On Mon, Mar 12, 2018 at 9:18 AM, Aljoscha Krettek wrote: > Sorry, the missing link for [3] is this: https://docs.google.com/ > document/d/1cOkycJwEKVjG_onnpl3bQNTq7uebh48zDtIJxceyU2E/edit < > https://docs.google.com/document/d/1cOkycJwEKVjG_ > onnpl3bQNTq7uebh48zDtIJxceyU2E/edit>

Re: [DISCUSS] Add end-to-end tests using Docker Compose

2018-03-12 Thread Aljoscha Krettek
Sorry, the missing link for [3] is this: https://docs.google.com/document/d/1cOkycJwEKVjG_onnpl3bQNTq7uebh48zDtIJxceyU2E/edit Regarding build time, I recently merged this change: https://issues.apache.org/ji

Re: [DISCUSS] Add end-to-end tests using Docker Compose

2018-03-10 Thread Bowen Li
This would be nice. BTW, the [3] link is missing I have a few questions, given concerns that 1) the full build time will take longer and longer time and 2) build queue on Travis will be more congested - How much time will be added to full build time according to estimation? - Do we have pl

Re: [DISCUSS] Add end-to-end tests using Docker Compose

2018-03-09 Thread Renjie Liu
+1 On Fri, 9 Mar 2018 at 5:47 PM Aljoscha Krettek wrote: > Hi All, > > Stephan pointed this out the other day to me, so here goes: as some of > you might now, there are end-to-end tests in flink-end-to-end tests that > run a proper Flink cluster (on the local machine) and execute some tests. > T

[DISCUSS] Add end-to-end tests using Docker Compose

2018-03-09 Thread Aljoscha Krettek
Hi All, Stephan pointed this out the other day to me, so here goes: as some of you might now, there are end-to-end tests in flink-end-to-end tests that run a proper Flink cluster (on the local machine) and execute some tests. This catches bugs that you only catch when using Flink as a user bec