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/14 05:09:34 UTC

[jira] [Comment Edited] (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=14133059#comment-14133059 ] 

Sriharsha Chintalapani edited comment on KAFKA-1482 at 9/14/14 3:08 AM:
------------------------------------------------------------------------

[~nehanarkhede] I ran it like few times in a loop of 1..100. I am planning on it doing it again will report the results tomorrow. I ran  all the tests and also the single DeleteTopicTest.


was (Author: sriharsha):
[~nehanarkhede] I ran it like few times in a loop of 1..100. I am planning on it doing it again will report the results tomorrow. 

> 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: Sriharsha Chintalapani
>              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)