Skip to content

Commit c70ff19

Browse files
committed
Fix
1 parent c9d5ba9 commit c70ff19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaTestUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class KafkaTestUtils extends Logging {
184184
def deleteTopic(topic: String): Unit = {
185185
val partitions = zkUtils.getPartitionsForTopics(Seq(topic))(topic).size
186186
AdminUtils.deleteTopic(zkUtils, topic)
187-
verifyTopicDeletion(zkUtils, topic, partitions, List(this.server))
187+
verifyTopicDeletionWithRetries(zkUtils, topic, partitions, List(this.server))
188188
}
189189

190190
/** Add new paritions to a Kafka topic */

0 commit comments

Comments
 (0)