[
https://issues.apache.org/jira/browse/KAFKA-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420557#comment-15420557
]
ASF GitHub Bot commented on KAFKA-4038:
---------------------------------------
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1737
KAFKA-4038: Transient failure in DeleteTopicsRequestTest.testErrorDel…
…eteTopicRequests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka transient-delete
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1737.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1737
----
commit fccb12d57976ed02ec4432a730dbe2d2536dd5e1
Author: Grant Henke <[email protected]>
Date: 2016-08-15T02:14:29Z
KAFKA-4038: Transient failure in
DeleteTopicsRequestTest.testErrorDeleteTopicRequests
----
> Transient failure in DeleteTopicsRequestTest.testErrorDeleteTopicRequests
> -------------------------------------------------------------------------
>
> Key: KAFKA-4038
> URL: https://issues.apache.org/jira/browse/KAFKA-4038
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Jason Gustafson
>
> {code}
> java.lang.AssertionError: The response error should match
> Expected :REQUEST_TIMED_OUT
> Actual :NONE
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at
> kafka.server.DeleteTopicsRequestTest$$anonfun$validateErrorDeleteTopicRequests$1.apply(DeleteTopicsRequestTest.scala:89)
> at
> kafka.server.DeleteTopicsRequestTest$$anonfun$validateErrorDeleteTopicRequests$1.apply(DeleteTopicsRequestTest.scala:88)
> at scala.collection.immutable.Map$Map1.foreach(Map.scala:109)
> at
> kafka.server.DeleteTopicsRequestTest.validateErrorDeleteTopicRequests(DeleteTopicsRequestTest.scala:88)
> at
> kafka.server.DeleteTopicsRequestTest.testErrorDeleteTopicRequests(DeleteTopicsRequestTest.scala:76)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)