You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2017/06/21 18:49:02 UTC

[jira] [Created] (KAFKA-5489) Failing test: InternalTopicIntegrationTest.shouldCompactTopicsForStateChangelogs

Matthias J. Sax created KAFKA-5489:
--------------------------------------

             Summary: Failing test: InternalTopicIntegrationTest.shouldCompactTopicsForStateChangelogs
                 Key: KAFKA-5489
                 URL: https://issues.apache.org/jira/browse/KAFKA-5489
             Project: Kafka
          Issue Type: Bug
          Components: streams, unit tests
            Reporter: Matthias J. Sax
            Assignee: Matthias J. Sax


Test failed with

{noformat}
java.lang.AssertionError: expected:<compact> but was:<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)
	at org.apache.kafka.streams.integration.InternalTopicIntegrationTest.shouldCompactTopicsForStateChangelogs(InternalTopicIntegrationTest.java:173)
{noformat}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)