Re: Cant do integration testing

2019-06-16 Thread Dulvin Witharane
Oh shoot. Thanks for pointing it out. Will check that way. Thanks and best regards, Dulvin On Mon, Jun 17, 2019 at 3:13 AM Matthias J. Sax wrote: > Did you run > > ./gradle integrationTest > > or > > ./gradlew integrationTest > > ? > > The later would be correct. If you don't have the

Re: Cant do integration testing

2019-06-16 Thread Matthias J. Sax
Did you run ./gradle integrationTest or ./gradlew integrationTest ? The later would be correct. If you don't have the `gradlew` wrapper, just run $ gradle without any parameters and it will create it. See the README on GiHhub for more details: https://github.com/apache/kafka -Matthias

Cant do integration testing

2019-06-16 Thread Dulvin Witharane
Hi, When I try /gradle integrationTest on a fresh trunk build, it fails. I tried this because I was trying to create a pull request, and that was also facing build issues. Is there anything I should look before opening the pull request. Working on MacOs Regards, Dulvin