Colin Hicks created KAFKA-7701:
----------------------------------
Summary: Revert kafka-trunk-jdk8 CI change to re-enable
testAll-based builds
Key: KAFKA-7701
URL: https://issues.apache.org/jira/browse/KAFKA-7701
Project: Kafka
Issue Type: Task
Reporter: Colin Hicks
As of Apache Jenkins build #3235, the kafka-trunk-jdk8 job was configured to
build and test independently against Scala 2.12, followed by building and
testing against Scala 2.11. Previously, the configuration leveraged the testAll
Gradle task.
Build #3235 completed successfully. The previous series of failures failures of
the kafka-trunk-jdk8 job correspond to the introduction of Gradle 5.0 in
[https://github.com/apache/kafka/commit/4a0fd4c41b3255a6df932eb22bd4f45d38717641.]
The consistent failure symptoms have been instances of
java.lang.NoClassDefFoundError in Kafka Streams tests.
After addressing the issues assumed to be caused by the Gradle change, the CI
configuration should be reverted to its previous state.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)