[ https://issues.apache.org/jira/browse/KAFKA-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011279#comment-14011279 ]
Jun Rao commented on KAFKA-1473: -------------------------------- I think we probably need to make sure the metadata cache in the broker no longer has the deleted partitions before testing the failure of the producer requests. > transient unit test failure in testRequestHandlingDuringDeleteTopic > ------------------------------------------------------------------- > > Key: KAFKA-1473 > URL: https://issues.apache.org/jira/browse/KAFKA-1473 > Project: Kafka > Issue Type: Bug > Components: core > Affects Versions: 0.8.2 > Reporter: Jun Rao > > 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:149) > at org.scalatest.Assertions$class.fail(Assertions.scala:731) > at org.scalatest.junit.JUnit3Suite.fail(JUnit3Suite.scala:149) > at > kafka.admin.DeleteTopicTest.testRequestHandlingDuringDeleteTopic(DeleteTopicTest.scala:118) > 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:149) > at org.scalatest.Assertions$class.fail(Assertions.scala:711) > at org.scalatest.junit.JUnit3Suite.fail(JUnit3Suite.scala:149) > at > kafka.admin.DeleteTopicTest.testRequestHandlingDuringDeleteTopic(DeleteTopicTest.scala:120) -- This message was sent by Atlassian JIRA (v6.2#6252)