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/04/13 00:55:41 UTC

[jira] [Created] (KAFKA-5063) Flaky ResetIntegrationTest.testReprocessingFromScratchAfterResetWithIntermediateUserTopic

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

             Summary: Flaky ResetIntegrationTest.testReprocessingFromScratchAfterResetWithIntermediateUserTopic
                 Key: KAFKA-5063
                 URL: https://issues.apache.org/jira/browse/KAFKA-5063
             Project: Kafka
          Issue Type: Bug
          Components: streams, unit tests
            Reporter: Matthias J. Sax
            Assignee: Matthias J. Sax


{noformat}
org.apache.kafka.streams.integration.ResetIntegrationTest > testReprocessingFromScratchAfterResetWithIntermediateUserTopic FAILED
    java.lang.AssertionError: 
    Expected: <[KeyValue(2983939126775, 1), KeyValue(2983939126815, 1), KeyValue(2983939126835, 1), KeyValue(2983939126795, 1), KeyValue(2983939126815, 1), KeyValue(2983939126855, 1), KeyValue(2983939126835, 1), KeyValue(2983939126795, 1), KeyValue(2983939126815, 2), KeyValue(2983939126835, 2), KeyValue(2983939126855, 1), KeyValue(2983939126875, 1), KeyValue(2983939126835, 2), KeyValue(2983939126855, 2), KeyValue(2983939126895, 1), KeyValue(2983939126875, 1), KeyValue(2983939126855, 2), KeyValue(2983939126875, 2), KeyValue(2983939126895, 1), KeyValue(2983939126915, 1), KeyValue(2983939126875, 2), KeyValue(2983939126895, 2), KeyValue(2983939126915, 1), KeyValue(2983939126935, 1), KeyValue(2983939126875, 3), KeyValue(2983939126895, 2), KeyValue(2983939126915, 2), KeyValue(2983939126935, 1), KeyValue(2983939126875, 3), KeyValue(2983939126895, 3), KeyValue(2983939126915, 2), KeyValue(2983939126935, 2), KeyValue(2983939126875, 4), KeyValue(2983939126895, 3), KeyValue(2983939126915, 3), KeyValue(2983939126935, 2), KeyValue(2983939126875, 4), KeyValue(2983939126895, 4), KeyValue(2983939126915, 3), KeyValue(2983939126935, 3)]>
         but: was <[KeyValue(2983939126775, 1), KeyValue(2983939126815, 1), KeyValue(2983939126835, 1), KeyValue(2983939126795, 1), KeyValue(2983939126815, 1), KeyValue(2983939126855, 1), KeyValue(2983939126835, 1), KeyValue(2983939126795, 1), KeyValue(2983939126815, 2), KeyValue(2983939126835, 2), KeyValue(2983939126855, 1), KeyValue(2983939126875, 1), KeyValue(2983939126835, 2), KeyValue(2983939126855, 2), KeyValue(2983939126895, 1), KeyValue(2983939126875, 1), KeyValue(2983939126855, 2), KeyValue(2983939126875, 2), KeyValue(2983939126895, 1), KeyValue(2983939126915, 1), KeyValue(2983939126875, 2), KeyValue(2983939126895, 2), KeyValue(2983939126915, 1), KeyValue(2983939126935, 1), KeyValue(2983939126875, 3), KeyValue(2983939126895, 2), KeyValue(2983939126915, 2), KeyValue(2983939126935, 1), KeyValue(2983939126875, 3), KeyValue(2983939126895, 3), KeyValue(2983939126915, 2), KeyValue(2983939126935, 2), KeyValue(2983939126875, 4)]>
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
        at org.apache.kafka.streams.integration.ResetIntegrationTest.testReprocessingFromScratchAfterResetWithIntermediateUserTopic(ResetIntegrationTest.java:190)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)