[
https://issues.apache.org/jira/browse/KAFKA-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15047597#comment-15047597
]
ASF GitHub Bot commented on KAFKA-2667:
---------------------------------------
GitHub user hachikuji opened a pull request:
https://github.com/apache/kafka/pull/642
KAFKA-2667: fix assertion depending on hash map order in
KafkaBasedLogTest.testSendAndReadToEnd
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hachikuji/kafka KAFKA-2667
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/642.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 #642
----
commit 791ce85204e5c3be9afcfdf18bb066001503c347
Author: Jason Gustafson <[email protected]>
Date: 2015-12-08T22:16:53Z
KAFKA-2667: fix assertion depending on hash map order in
KafkaBasedLogTest.testSendAndReadToEnd
----
> Copycat KafkaBasedLogTest.testSendAndReadToEnd transient failure
> ----------------------------------------------------------------
>
> Key: KAFKA-2667
> URL: https://issues.apache.org/jira/browse/KAFKA-2667
> Project: Kafka
> Issue Type: Sub-task
> Components: copycat
> Reporter: Jason Gustafson
> Assignee: Ewen Cheslack-Postava
> Fix For: 0.9.1.0
>
>
> Seen in recent builds:
> {code}
> org.apache.kafka.copycat.util.KafkaBasedLogTest > testSendAndReadToEnd FAILED
> java.lang.AssertionError
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at
> org.apache.kafka.copycat.util.KafkaBasedLogTest.testSendAndReadToEnd(KafkaBasedLogTest.java:335)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)