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

[jira] [Created] (KAFKA-4699) Transient Failure PlaintextConsumerTest.testInterceptros

Jason Gustafson created KAFKA-4699:
--------------------------------------

             Summary: Transient Failure PlaintextConsumerTest.testInterceptros
                 Key: KAFKA-4699
                 URL: https://issues.apache.org/jira/browse/KAFKA-4699
             Project: Kafka
          Issue Type: Bug
          Components: unit tests
            Reporter: Jason Gustafson
            Assignee: Jason Gustafson
             Fix For: 0.10.2.0


Started seeing a bunch of these. Possibly related to KAFKA-4633?

{code}
kafka.api.PlaintextConsumerTest > testInterceptors FAILED
    java.lang.AssertionError: expected:<10> but was:<1>
        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.PlaintextConsumerTest.testInterceptors(PlaintextConsumerTest.scala:858)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)