You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Rajini Sivaram (JIRA)" <ji...@apache.org> on 2019/04/14 08:34:00 UTC

[jira] [Created] (KAFKA-8232) Flaky test kafka.admin.TopicCommandWithAdminClientTest.testTopicDeletion

Rajini Sivaram created KAFKA-8232:
-------------------------------------

             Summary: Flaky test kafka.admin.TopicCommandWithAdminClientTest.testTopicDeletion
                 Key: KAFKA-8232
                 URL: https://issues.apache.org/jira/browse/KAFKA-8232
             Project: Kafka
          Issue Type: Bug
          Components: core
            Reporter: Rajini Sivaram
            Assignee: Rajini Sivaram
             Fix For: 2.3.0


{code:java}
java.lang.AssertionError: Delete path for topic should exist after deletion.
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at kafka.admin.TopicCommandWithAdminClientTest.testTopicDeletion(TopicCommandWithAdminClientTest.scala:471){code}
The verification doesn't look safe since the delete path could have been removed before the test verifies it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)