[ https://issues.apache.org/jira/browse/KAFKA-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sriharsha Chintalapani resolved KAFKA-1482. ------------------------------------------- Resolution: Cannot Reproduce ran full tests in a loop of 100 and also single DeleteTopicTest in a loop unable to reproduce the test failures. Attached the test output. Please re-open if you see this failed test again. > 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 > > Attachments: kafka_delete_topic_test.log, kafka_tests.log > > > 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)