Ismael Juma created KAFKA-4973: ---------------------------------- Summary: Transient failure of AdminClientTest.testDeleteRecordsWithException Key: KAFKA-4973 URL: https://issues.apache.org/jira/browse/KAFKA-4973 Project: Kafka Issue Type: Bug Reporter: Ismael Juma Assignee: Dong Lin
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)