You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2014/06/03 20:25:02 UTC

[jira] [Created] (KAFKA-1482) Transient test failures for kafka.admin.DeleteTopicTest

Guozhang Wang created KAFKA-1482:
------------------------------------

             Summary: Transient test failures for kafka.admin.DeleteTopicTest
                 Key: KAFKA-1482
                 URL: https://issues.apache.org/jira/browse/KAFKA-1482
             Project: Kafka
          Issue Type: Bug
            Reporter: Guozhang Wang
            Assignee: Jun Rao
             Fix For: 0.8.2


A couple of test cases have timing related transient test failures:

kafka.admin.DeleteTopicTest > testPartitionReassignmentDuringDeleteTopic FAILED
    junit.framework.AssertionFailedError: Admin path /admin/delete_topic/test path not deleted even after a replica is restarted
        at junit.framework.Assert.fail(Assert.java:47)
        at kafka.utils.TestUtils$.waitUntilTrue(TestUtils.scala:578)
        at kafka.admin.DeleteTopicTest.verifyTopicDeletion(DeleteTopicTest.scala:333)
        at kafka.admin.DeleteTopicTest.testPartitionReassignmentDuringDeleteTopic(DeleteTopicTest.scala:197)

kafka.admin.DeleteTopicTest > testDeleteTopicDuringAddPartition FAILED
    junit.framework.AssertionFailedError: Replica logs not deleted after delete topic is complete
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.assertTrue(Assert.java:20)
        at kafka.admin.DeleteTopicTest.verifyTopicDeletion(DeleteTopicTest.scala:338)
        at kafka.admin.DeleteTopicTest.testDeleteTopicDuringAddPartition(DeleteTopicTest.scala:216)




--
This message was sent by Atlassian JIRA
(v6.2#6252)