You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2017/05/26 12:43:04 UTC

[jira] [Resolved] (KAFKA-4973) Transient failure of AdminClientTest.testDeleteRecordsWithException

     [ https://issues.apache.org/jira/browse/KAFKA-4973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ismael Juma resolved KAFKA-4973.
--------------------------------
    Resolution: Fixed

> Transient failure of AdminClientTest.testDeleteRecordsWithException
> -------------------------------------------------------------------
>
>                 Key: KAFKA-4973
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4973
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Ismael Juma
>            Assignee: Dong Lin
>              Labels: transient-unit-test-failure
>             Fix For: 0.11.0.0
>
>
> One of the tests introduced as part of KIP-107 seems to be failing transiently. [~lindong], can you please take a look?
> {code}
> java.lang.AssertionError: expected:<DeleteRecordsResult(-1,org.apache.kafka.common.errors.TimeoutException: The request timed out.)> but was:<DeleteRecordsResult(5,null)>
> 	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 org.junit.Assert.assertEquals(Assert.java:144)
> {code}
> https://builds.apache.org/job/kafka-trunk-jdk8/1381/testReport/junit/kafka.api/AdminClientTest/testDeleteRecordsWithException/



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)