Re: build/devops

2018-02-08 Thread Fabian Hueske
A full build incl. tests takes on my machine about 40 to 50 mins (if all dependencies are locally cached). Locally, I only run tests on the modules that I modified as Chesnay said. 2018-02-08 8:05 GMT+01:00 Chesnay Schepler : > Generally we run the full test suite on travis for every pull request

Re: build/devops

2018-02-07 Thread Chesnay Schepler
Generally we run the full test suite on travis for every pull request. I would guess that dev working on some part only run certain tests locally though. On 08.02.2018 01:06, cw7k wrote: Hi, a full mvn install takes about 2-2.5 hours. Does the Flink team run the full testsuite on every dev pu

build/devops

2018-02-07 Thread cw7k
Hi, a full mvn install takes about 2-2.5 hours.  Does the Flink team run the full testsuite on every dev pull request, or use a main dev branch that gets the full test periodically?  Or a different method?  The 2 hours can be a drag when one team needs another's changes and each attempt at passi