[ https://issues.apache.org/jira/browse/KAFKA-4973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15947525#comment-15947525 ]
ASF GitHub Bot commented on KAFKA-4973: --------------------------------------- GitHub user lindong28 opened a pull request: https://github.com/apache/kafka/pull/2760 KAFKA-4973; Fix transient failure of AdminClientTest.testDeleteRecordsWithException You can merge this pull request into a Git repository by running: $ git pull https://github.com/lindong28/kafka KAFKA-4973 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2760.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 #2760 ---- commit 71dbf02e45c0573af4bdda9f5864fbd749b56031 Author: Dong Lin <lindon...@gmail.com> Date: 2017-03-29T17:00:59Z KAFKA-4973; Fix transient failure of AdminClientTest.testDeleteRecordsWithException ---- > 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)