You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (Jira)" <ji...@apache.org> on 2019/08/19 17:19:00 UTC

[jira] [Updated] (KAFKA-5140) Flaky ResetIntegrationTest

     [ https://issues.apache.org/jira/browse/KAFKA-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias J. Sax updated KAFKA-5140:
-----------------------------------
    Labels: flaky-test  (was: )

> Flaky ResetIntegrationTest
> --------------------------
>
>                 Key: KAFKA-5140
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5140
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams, unit tests
>    Affects Versions: 0.10.2.0
>            Reporter: Matthias J. Sax
>            Assignee: Guozhang Wang
>            Priority: Major
>              Labels: flaky-test
>             Fix For: 0.11.0.2, 1.0.0
>
>
> {noformat}
> org.apache.kafka.streams.integration.ResetIntegrationTest > testReprocessingFromScratchAfterResetWithIntermediateUserTopic FAILED
>     java.lang.AssertionError: 
>     Expected: <[KeyValue(2986681642095, 1), KeyValue(2986681642055, 1), KeyValue(2986681642075, 1), KeyValue(2986681642035, 1), KeyValue(2986681642095, 1), KeyValue(2986681642055, 1), KeyValue(2986681642115, 1), KeyValue(2986681642075, 1), KeyValue(2986681642075, 2), KeyValue(2986681642095, 2), KeyValue(2986681642115, 1), KeyValue(2986681642135, 1), KeyValue(2986681642095, 2), KeyValue(2986681642115, 2), KeyValue(2986681642155, 1), KeyValue(2986681642135, 1), KeyValue(2986681642115, 2), KeyValue(2986681642135, 2), KeyValue(2986681642155, 1), KeyValue(2986681642175, 1), KeyValue(2986681642135, 2), KeyValue(2986681642155, 2), KeyValue(2986681642175, 1), KeyValue(2986681642195, 1), KeyValue(2986681642135, 3), KeyValue(2986681642155, 2), KeyValue(2986681642175, 2), KeyValue(2986681642195, 1), KeyValue(2986681642155, 3), KeyValue(2986681642175, 2), KeyValue(2986681642195, 2), KeyValue(2986681642155, 3), KeyValue(2986681642175, 3), KeyValue(2986681642195, 2), KeyValue(2986681642155, 4), KeyValue(2986681642175, 3), KeyValue(2986681642195, 3)]>
>          but: was <[KeyValue(2986681642095, 1), KeyValue(2986681642055, 1), KeyValue(2986681642075, 1), KeyValue(2986681642035, 1), KeyValue(2986681642095, 1), KeyValue(2986681642055, 1), KeyValue(2986681642115, 1), KeyValue(2986681642075, 1), KeyValue(2986681642075, 2), KeyValue(2986681642095, 2), KeyValue(2986681642115, 1), KeyValue(2986681642135, 1), KeyValue(2986681642095, 2), KeyValue(2986681642115, 2), KeyValue(2986681642155, 1), KeyValue(2986681642135, 1), KeyValue(2986681642115, 2), KeyValue(2986681642135, 2), KeyValue(2986681642155, 1), KeyValue(2986681642175, 1), KeyValue(2986681642135, 2), KeyValue(2986681642155, 2), KeyValue(2986681642175, 1), KeyValue(2986681642195, 1), KeyValue(2986681642135, 3), KeyValue(2986681642155, 2), KeyValue(2986681642175, 2), KeyValue(2986681642195, 1), KeyValue(2986681642155, 3), KeyValue(2986681642175, 2), KeyValue(2986681642195, 2), KeyValue(2986681642155, 3)]>
>         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
(v8.3.2#803003)