[ https://issues.apache.org/jira/browse/KAFKA-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Neha Narkhede updated KAFKA-1482: --------------------------------- Assignee: Sriharsha Chintalapani (was: Jun Rao) > 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)