[
https://issues.apache.org/jira/browse/KAFKA-2815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15002522#comment-15002522
]
ASF GitHub Bot commented on KAFKA-2815:
---------------------------------------
GitHub user granthenke reopened a pull request:
https://github.com/apache/kafka/pull/510
KAFKA-2815: Fix KafkaStreamingPartitionAssignorTest.testSubscription
Fails when order of elements is incorrect
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka streams-test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/510.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 #510
----
commit f6f76ffd622d80e12f753e7175fdf4c08ca2069d
Author: Grant Henke <[email protected]>
Date: 2015-11-12T16:27:44Z
MINOR: Fix KafkaStreamingPartitionAssignorTest.testSubscription
Fails when order of elements is incorrect
----
> unit test failure in
> org.apache.kafka.streams.processor.internals.KafkaStreamingPartitionAssignorTest
> -----------------------------------------------------------------------------------------------------
>
> Key: KAFKA-2815
> URL: https://issues.apache.org/jira/browse/KAFKA-2815
> Project: Kafka
> Issue Type: Bug
> Affects Versions: 0.9.1.0
> Reporter: Jun Rao
>
> See the following failure on trunk.
> org.apache.kafka.streams.processor.internals.KafkaStreamingPartitionAssignorTest
> > testSubscription FAILED
> java.lang.AssertionError: expected:<[topic1, topic2]> but was:<[topic2,
> topic1]>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at
> org.apache.kafka.streams.processor.internals.KafkaStreamingPartitionAssignorTest.testSubscription(KafkaStreamingPartitionAssignorTest.java:174)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)