Jun Rao created KAFKA-2081: ------------------------------ Summary: testUncleanLeaderElectionEnabledByTopicOverride transient failure Key: KAFKA-2081 URL: https://issues.apache.org/jira/browse/KAFKA-2081 Project: Kafka Issue Type: Sub-task Components: core Affects Versions: 0.8.3 Reporter: Jun Rao
Saw the following failure. kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionEnabledByTopicOverride FAILED junit.framework.AssertionFailedError: expected:<List(first)> but was:<List()> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:277) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:71) at kafka.integration.UncleanLeaderElectionTest.verifyUncleanLeaderElectionEnabled(UncleanLeaderElectionTest.scala:179) at kafka.integration.UncleanLeaderElectionTest.testUncleanLeaderElectionEnabledByTopicOverride(UncleanLeaderElectionTest.scala:135) -- This message was sent by Atlassian JIRA (v6.3.4#6332)