Ismael Juma created KAFKA-3873:
----------------------------------
Summary: Gradle Test Executor non-zero exit code when running
streams tests
Key: KAFKA-3873
URL: https://issues.apache.org/jira/browse/KAFKA-3873
Project: Kafka
Issue Type: Sub-task
Components: streams, unit tests
Reporter: Ismael Juma
Assignee: Guozhang Wang
This happened in a couple of builds:
{code}
org.apache.kafka.streams.integration.KStreamRepartitionJoinTest >
shouldFlatMapJoin PASSED
:streams:test FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':streams:test'.
> Process 'Gradle Test Executor 4' finished with non-zero exit value 1
{code}
https://builds.apache.org/job/kafka-trunk-jdk7/1369/console
{code}
org.apache.kafka.streams.integration.KGroupedStreamIntegrationTest >
shouldAggregateWindowed PASSED
:streams:test FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':streams:test'.
> Process 'Gradle Test Executor 4' finished with non-zero exit value 1
{code}
https://builds.apache.org/job/kafka-trunk-jdk7/1374/console
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)