Unable to run unit tests inside a docker container

2021-02-02 Thread Stephin Thomas
Hi, I have cloned the apache-Kafka repo inside a docker container that has java 11 installed on it and on running the ./gradlew uniTest command I'm getting build failure with failing network tests. The logs from the container are uploaded here https://gist.github.com/STEPHINRACHEL/9fbce12db303eb02

Unable to run unit tests inside docker container

2021-02-02 Thread Stephin Thomas
Hi, I have cloned the apache-kafka repo inside a docker container which has java 11 installed on it and on running the ./gradlew unitTest command I'm getting build failure with failing network issues. The logs are uploaded here https://gist.github.com/STEPHINRACHEL/9fbce12db303eb0285d14ff322dbd15d

Re: Unable to run unit tests inside a docker container

2021-02-02 Thread Stephin Thomas
no Compression? > > (I am admittedly more of a redhat guy than docker expert) > > > From: Stephin Thomas > Sent: Tuesday, February 2, 2021 9:11 AM > To: users@kafka.apache.org > Subject: Unable to run unit tests inside a docker container >

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-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-08 Thread Stephin Thomas
} > maven { > url "https://plugins.gradle.org/m2/"; > } > } > apply from: file('gradle/buildscript.gradle'), to: buildscript > apply from: "$rootDir/gradle/dependencies.gradle" > > dependencies { > scalaCompiler

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 >