[
https://issues.apache.org/jira/browse/KAFKA-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14876573#comment-14876573
]
Onur Karaman commented on KAFKA-2438:
-------------------------------------
I am running into transient failures for some kafka.server.ServerShutdownTest
tests that check the number of non-daemon threads. I narrowed it down to
running two unit tests:
kafka.server.ServerShutdownTest.testCleanShutdown
kafka.controller.ControllerFailoverTest.testMetadataUpdate
kafka.server.ServerShutdownTest.testCleanShutdown sees that
kafka.controller.RequestSendThread is non-daemon and still alive.
Maybe it's related to this?
> add maxParallelForks to build.gradle to speedup tests
> -----------------------------------------------------
>
> Key: KAFKA-2438
> URL: https://issues.apache.org/jira/browse/KAFKA-2438
> Project: Kafka
> Issue Type: Bug
> Reporter: Sriharsha Chintalapani
> Assignee: Sriharsha Chintalapani
> Fix For: 0.9.0.0
>
>
> With current trunk unit tests on my machine takes 16+ mins and with this
> patch runs about 6mins. Tested on OS X and linux.
> Before
> {code}
> Total time: 18 mins 29.806 secs
> {code}
> After
> {code}
> BUILD SUCCESSFUL
> Total time: 5 mins 37.194 secs
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)