Thanks Eric for sharing this test script. It simplifies the process for me.
https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh I am in the process of setting up my local environment to start running the tests on 2.4.0 RC2 as well and I noticed the following artifacts are being validated - RELEASE_NOTES.html - kafka-$VERSION-src.tgz - kafka_2.11-$VERSION-site-docs.tgz - kafka_2.11-$VERSION.tgz - kafka_2.12-$VERSION-site-docs.tgz - kafka_2.12-$VERSION.tgz It looks like the Scala 2.13 artifacts were accidentally left out of the validation sequence. KAFKA-7197 added support for Scala 2.13, so those artifacts should be validated as well in the automation script. https://issues.apache.org/jira/browse/KAFKA-7197 These two artifacts* (kafka_2.13-2.4.0.tgz and kafka_2.13-2.4.0-site-docs.tgz)* were not included in the loop on line 79 and 89, where the gpg signatures and checksums are verified for validity https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh#L79 I have adjusted my version to add these two artifacts to the checks RELEASE_NOTES.html kafka-$VERSION-src.tgz kafka_2.11-$VERSION-site-docs.tgz kafka_2.11-$VERSION.tgz kafka_2.12-$VERSION-site-docs.tgz kafka_2.12-$VERSION.tgz *kafka_2.13-$VERSION-site-docs.tgzkafka_2.13-$VERSION.tgz* I have also shared a pull request for the changes I have made to the test script https://github.com/elalonde/kafka/pull/2 Sincerely, Israel On Tue, Dec 3, 2019 at 11:28 AM Manikumar <manikumar.re...@gmail.com> wrote: > Hi, > > Thank you all for reporting the issues. > > We'll consider the below JIRAs as blockers for 2.4.0 release. > https://issues.apache.org/jira/browse/KAFKA-9231 > https://issues.apache.org/jira/browse/KAFKA-9258 > https://issues.apache.org/jira/browse/KAFKA-9156 > > I will create new release candidate after merging the PRs for above JIRAs. > > @Eric > Thanks for actively verifying the releases. I'll will run the failed test > locally. > > Thanks, > > On Tue, Dec 3, 2019 at 3:01 AM Eric Lalonde <e...@autonomic.ai> wrote: > > > Hi all, > > > > I ran the following: > > > > $ git clone https://github.com/elalonde/kafka < > > https://github.com/elalonde/kafka> > > $ ./kafka/bin/verifykafka-rc.sh 2.4.0 > > https://home.apache.org/~manikumar/kafka-2.4.0-rc2 < > > https://home.apache.org/~manikumar/kafka-2.4.0-rc2> > > > > - All sha1, sha256 and md5 sums look good > > - pgp signatures look good > > - unit tests pass > > - Integration tests pass with the following issue: > > > > <=------------> 12% EXECUTING [30m 21s] > > <=------------> 12% EXECUTING [30m 22s]mpleted, 16 skipped > > > IDLE > > <=------------> 12% EXECUTING [30m 27s] > > > IDLE > > > IDLE > > > IDLE > > > :core:integrationTest > Executing test > > kafka.api.AuthorizerIntegrationTest > > > IDLE > > > IDLE > > > > > > After 30 minutes the above test had not finished, seemed stalled, so I > > cancelled it. LMK if I am overly impatient. > > > > >