Re: Unable to run unit tests inside a docker container

2021-02-09 Thread Martin Gainty
but my newer version of gradle plugin does not contain mission-critical "scala()" method? From: Stephin Thomas Sent: Monday, February 8, 2021 10:31 AM To: users@kafka.apache.org Subject: Re: Unable to run unit tests inside a docker container I am not

Re: Unable to run unit tests inside a docker container

2021-02-08 Thread Stephin Thomas
is the scala compiler > > i asked the gradle people which repository is supposed to contain > scala-compiler-plugin (any version) > Gradle support response is "we dont know scala" > > any idea? > > > ____ > From: Stephin Thomas >

Re: Unable to run unit tests inside a docker container

2021-02-08 Thread Martin Gainty
se is "we dont know scala" any idea? From: Stephin Thomas Sent: Monday, February 8, 2021 4:08 AM To: users@kafka.apache.org Subject: Re: Unable to run unit tests inside a docker container @Martin Please see the build.gradle here <https://gist.github.com/STEPHINRACHEL

Re: Unable to run unit tests inside a docker container

2021-02-08 Thread Stephin Thomas
"org.scala-lang:scala-compiler:2.9.2" > > send my your build.gradle asap > > m > > ____ > From: Stephin Thomas > Sent: Thursday, February 4, 2021 3:11 AM > To: users@kafka.apache.org > Subject: Re: Unable to run unit tests inside

Re: Unable to run unit tests inside a docker container

2021-02-04 Thread Martin Gainty
.scala-lang:scala-compiler:2.9.2" send my your build.gradle asap m From: Stephin Thomas Sent: Thursday, February 4, 2021 3:11 AM To: users@kafka.apache.org Subject: Re: Unable to run unit tests inside a docker container <https://github.com/a

Re: Unable to run unit tests inside a docker container

2021-02-04 Thread Martin Gainty
.network.SslTransportLayerTest.testTlsDefaults(SslTransportLayerTest.java:587) > > m- > > > From: Stephin Thomas > Sent: Wednesday, February 3, 2021 9:30 AM > To: users@kafka.apache.org > Subject: Re: Unable to run unit tests inside a docker cont

Re: Unable to run unit tests inside a docker container

2021-02-04 Thread Stephin Thomas
k.SslTransportLayerTest.testTlsDefaults(SslTransportLayerTest.java:587) > > m- > > > From: Stephin Thomas > Sent: Wednesday, February 3, 2021 9:30 AM > To: users@kafka.apache.org > Subject: Re: Unable to run unit tests inside a docker containe

Re: Unable to run unit tests inside a docker container

2021-02-03 Thread Martin Gainty
> stackoverflow.com > gradle daemons wont run in CI containers please add > > ./gradlew build --no-daemon > > Please let me know your results > martin > ____ > From: Stephin Thomas > Sent: Wednesday, February 3, 2021 2:58 AM > To: users@ka

Re: Unable to run unit tests inside a docker container

2021-02-03 Thread Stephin Thomas
> gradle daemons wont run in CI containers please add > > ./gradlew build --no-daemon > > Please let me know your results > martin > ____ > From: Stephin Thomas > Sent: Wednesday, February 3, 2021 2:58 AM > To: users@kafka.apache.org > S

Re: Unable to run unit tests inside a docker container

2021-02-03 Thread Martin Gainty
dlew --stop has been useful ... stackoverflow.com gradle daemons wont run in CI containers please add ./gradlew build --no-daemon Please let me know your results martin From: Stephin Thomas Sent: Wednesday, February 3, 2021 2:58 AM To: users@kafka.apache.org Subject: Re: Una

Re: Unable to run unit tests inside a docker container

2021-02-02 Thread Stephin Thomas
Hi, @Martin Thank you for your response. I do not have much knowledge of the code base for Kafka. I was trying to use the upstream code as it is. As you suggested I tried to increase the timeout, and it got worked and network tests got passed. Still, the build got failed with some other error. (Pro

Re: Unable to run unit tests inside a docker container

2021-02-02 Thread Martin Gainty
there are 2 things you will notice from your stacktrace consumerClient = new ConsumerNetworkClient(client, metadata, time, 100, 1000); your 10k request timeout is too short so why not increase 1ms to something more reasonable the specific testcase (which i do not have) is trying to decompres