Hi Mohammad,

I can't see your report.
But usually we won't run all tests on local environment.
If you want to submit PR to Kafka repo, there will be jenkins build/tests
for you.
And also, there are some flaky tests.
You can check the jenkins build results for v3.0 here:
https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.0/


Thank you.
Luke

On Fri, Dec 24, 2021 at 9:26 PM mohammad shadab <
mohammad.s.sha...@oracle.com> wrote:

> Thanks a lot Luke for this piece of information.
>
> Yesterday i downloaded kafka 3.0 and its even falling there.
> Do i need to take it from git as i tool from
> https://kafka.apache.org/downloads
> <https://urldefense.com/v3/__https://kafka.apache.org/downloads__;!!ACWV5N9M2RV99hQ!e8QWe1ktCCKG2r0b2uBU9ydXmVOXfq-7ERFXY0M6KKBWBvdg5Az6ZPZjUZ47_TgqfcjQbw$>
>  .
>
> attaching kafka 3.0 unit test report.
>
>
>    - Gradle 7.3.3
>    -
>    - java version "11.0.13" 2021-10-19 LTS
>    - Java(TM) SE Runtime Environment 18.9 (build 11.0.13+10-LTS-370)
>    - Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.13+10-LTS-370,
>    mixed mode)
>    -
>    - Scala code runner version 2.13.0
>
>
> Thanks
> SH@D@B
> ------------------------------
> *From:* Luke Chen <show...@gmail.com>
> *Sent:* 24 December 2021 06:27 PM
> *To:* Kafka Users <users@kafka.apache.org>
> *Subject:* [External] : Re: Unit Test falling for Kafka 2.8.0
>
> Hi Mohammad
>
> This is a known issue because of JFrog sunset the Bintray repo.
> We've fixed this issue in v3.0 (PR:
>
> https://urldefense.com/v3/__https://github.com/apache/kafka/pull/10056__;!!ACWV5N9M2RV99hQ!Yvj5tMVbXKP49H5KxQPInd_i-cbrkzk2rPHFk2HZgVUVkkppuj5jfCAiT3hek5uJopPnZQ$
> ).
> You should build/run tests successfully in v3.0.
> If you can't change to v3.0, then you can refer to the PR above to fix it.
> But we're not sure if it works well in v2.8 (because of different
> dependencies)
>
> Thank you.
> Luke
>
> On Fri, Dec 24, 2021 at 5:44 PM mohammad shadab <
> mohammad.s.sha...@oracle.com> wrote:
>
> > Hi all,
> >
> > Need some assistance as unit test is falling for kafka 2.8.0 , below are
> > detail. Appreciate any guidance , Please redirect me to correct audience
> if
> > i am firing this email to wrong audience.
> >
> >
> > I have downloaded kafka 2.8.0 source code (from
> >
> https://urldefense.com/v3/__https://kafka.apache.org/downloads__;!!ACWV5N9M2RV99hQ!Yvj5tMVbXKP49H5KxQPInd_i-cbrkzk2rPHFk2HZgVUVkkppuj5jfCAiT3hek5vwPLA-0A$
> ) and build binaries (following
> >
> https://urldefense.com/v3/__https://github.com/apache/kafka/tree/2.8__;!!ACWV5N9M2RV99hQ!Yvj5tMVbXKP49H5KxQPInd_i-cbrkzk2rPHFk2HZgVUVkkppuj5jfCAiT3hek5vISx0xoQ$
> ) . Although build is successful
> > after changing gradle plugin url in gradle/buildscript.gradle  but unit
> > test is falling. I have attached unit test result.
> >
> >
> > My env details:
> > ============
> >
> >    - Gradle 6.8.3
> >    -
> >    - java version "11.0.13" 2021-10-19 LTS
> >    - Java(TM) SE Runtime Environment 18.9 (build 11.0.13+10-LTS-370)
> >    - Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.13+10-LTS-370,
> >    mixed mode)
> >    -
> >    - Scala code runner version 2.13.0
> >
> >
> >
> >   Few important points :
> >
> >    1.   Build and unit+integration test was working fine , around a month
> >    back.
> >    2.  Since *url
> >    '
> https://urldefense.com/v3/__https://dl.bintray.com/content/netflixoss/external-gradle-plugins/__;!!ACWV5N9M2RV99hQ!Yvj5tMVbXKP49H5KxQPInd_i-cbrkzk2rPHFk2HZgVUVkkppuj5jfCAiT3hek5uiVW2qzg$
> >    <
> https://urldefense.com/v3/__https://dl.bintray.com/content/netflixoss/external-gradle-plugins/__;!!ACWV5N9M2RV99hQ!Yvj5tMVbXKP49H5KxQPInd_i-cbrkzk2rPHFk2HZgVUVkkppuj5jfCAiT3hek5uiVW2qzg$
> >' * is
> >    down i have changed to *url '
> https://urldefense.com/v3/__https://plugins.gradle.org/m2/__;!!ACWV5N9M2RV99hQ!Yvj5tMVbXKP49H5KxQPInd_i-cbrkzk2rPHFk2HZgVUVkkppuj5jfCAiT3hek5vJiEzkKg$
> >    <
> https://urldefense.com/v3/__https://plugins.gradle.org/m2/__;!!ACWV5N9M2RV99hQ!Yvj5tMVbXKP49H5KxQPInd_i-cbrkzk2rPHFk2HZgVUVkkppuj5jfCAiT3hek5vJiEzkKg$
> >'* in *gradle/buildscript.gradle* file
> >    to make gradle command run.
> >    3.
> >
> >
> >    1.
> >
> > Steps followed:
> >
> > ·        gradle
> >
> > ·        gradle jar
> >
> > ·        gradle srcJar
> >
> > ·        gradle aggregatedJavadoc
> >
> > ·        gradle javadoc
> >
> > ·        gradle javadocJar
> >
> > ·        gradle scaladoc
> >
> > ·        gradle scaladocJar
> >
> > ·        gradle releaseTarGz
> >
> > ·        gradle unitTest *(Runs but few fails, attached report)*
> >
> > ·        gradle integrationTest *( throw error) *
> >
> >
> >
> >
> > NOTE:  Tried on kafka 3.0 , still see unit test is falling, with gradle
> > 7.3
> >
> >
> >
> >
> >
> >
> >
> > Thanks
> > SH@D@B
> >
>

Reply via email to