[ https://issues.apache.org/jira/browse/KAFKA-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15246321#comment-15246321 ]
ASF GitHub Bot commented on KAFKA-3529: --------------------------------------- GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/1234 KAFKA-3529: fix transient failure in testCommitAsync You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-3529 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1234.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 #1234 ---- commit 7d0778c1c53e05df7914bab236133caf43ee966a Author: Jason Gustafson <ja...@confluent.io> Date: 2016-04-18T18:50:48Z KAFKA-3529: fix transient failure in testCommitAsync ---- > Transient kafka.api.PlaintextConsumerTest.testAsyncCommit failures > ------------------------------------------------------------------ > > Key: KAFKA-3529 > URL: https://issues.apache.org/jira/browse/KAFKA-3529 > Project: Kafka > Issue Type: Sub-task > Reporter: Ismael Juma > Assignee: Jason Gustafson > > I've seen a few failures of kafka.api.PlaintextConsumerTest.testAsyncCommit > recently. > I wonder if it's related to: > https://github.com/apache/kafka/commit/8d8e3aaa6172d314230a8d61e6892e9c09dc45b6 > [~hachikuji], thoughts? > Stacktrace looks like: > java.lang.AssertionError: expected:<6> but was:<5> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:834) > at org.junit.Assert.assertEquals(Assert.java:645) > at org.junit.Assert.assertEquals(Assert.java:631) > at > kafka.api.BaseConsumerTest.awaitCommitCallback(BaseConsumerTest.scala:340) > at > kafka.api.PlaintextConsumerTest.testAsyncCommit(PlaintextConsumerTest.scala:246) -- This message was sent by Atlassian JIRA (v6.3.4#6332)