You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Sriharsha Chintalapani (JIRA)" <ji...@apache.org> on 2014/09/05 00:56:24 UTC

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

    [ https://issues.apache.org/jira/browse/KAFKA-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14122136#comment-14122136 ] 

Sriharsha Chintalapani commented on KAFKA-1482:
-----------------------------------------------

[~guozhang] Are you working on this JIRA or can I give it a shot. Thanks

> 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
>              Labels: newbie
>             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)
> kafka.admin.DeleteTopicTest > testRequestHandlingDuringDeleteTopic FAILED
>     org.scalatest.junit.JUnitTestFailedError: fails with exception
>         at org.scalatest.junit.AssertionsForJUnit$class.newAssertionFailedException(AssertionsForJUnit.scala:102)
>         at org.scalatest.junit.JUnit3Suite.newAssertionFailedException(JUnit3Suite.scala:142)
>         at org.scalatest.Assertions$class.fail(Assertions.scala:664)
>         at org.scalatest.junit.JUnit3Suite.fail(JUnit3Suite.scala:142)
>         at kafka.admin.DeleteTopicTest.testRequestHandlingDuringDeleteTopic(DeleteTopicTest.scala:123)
>         Caused by:
>         org.scalatest.junit.JUnitTestFailedError: Test should fail because the topic is being deleted
>             at org.scalatest.junit.AssertionsForJUnit$class.newAssertionFailedException(AssertionsForJUnit.scala:101)
>             at org.scalatest.junit.JUnit3Suite.newAssertionFailedException(JUnit3Suite.scala:142)
>             at org.scalatest.Assertions$class.fail(Assertions.scala:644)
>             at org.scalatest.junit.JUnit3Suite.fail(JUnit3Suite.scala:142)
>             at kafka.admin.DeleteTopicTest.testRequestHandlingDuringDeleteTopic(DeleteTopicTest.scala:120)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)