[
https://issues.apache.org/jira/browse/KAFKA-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15602091#comment-15602091
]
ASF GitHub Bot commented on KAFKA-2089:
---------------------------------------
GitHub user rajinisivaram opened a pull request:
https://github.com/apache/kafka/pull/2057
KAFKA-2089: Increase metadata wait time in unit test
Increase timeout in test to avoid transient failures due to long GC or slow
machine.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rajinisivaram/kafka KAFKA-2089
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/2057.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2057
----
commit 1b00341724f59ff545c5f808316df64538963bf0
Author: Rajini Sivaram <[email protected]>
Date: 2016-10-24T13:47:02Z
KAFKA-2089: Increase metadata wait time in unit test
----
> MetadataTest transient failure
> ------------------------------
>
> Key: KAFKA-2089
> URL: https://issues.apache.org/jira/browse/KAFKA-2089
> Project: Kafka
> Issue Type: Sub-task
> Affects Versions: 0.9.0.0
> Reporter: Jun Rao
> Assignee: Rajini Sivaram
> Fix For: 0.9.0.0
>
> Attachments: KAFKA-2089.patch, KAFKA-2089.patch,
> KAFKA-2089_2015-04-13_18:59:33.patch
>
>
> org.apache.kafka.clients.MetadataTest > testMetadata FAILED
> java.lang.AssertionError:
> at org.junit.Assert.fail(Assert.java:91)
> at org.junit.Assert.assertTrue(Assert.java:43)
> at org.junit.Assert.assertFalse(Assert.java:68)
> at org.junit.Assert.assertFalse(Assert.java:79)
> at
> org.apache.kafka.clients.MetadataTest.tearDown(MetadataTest.java:34)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)