[ https://issues.apache.org/jira/browse/KAFKA-4770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ismael Juma updated KAFKA-4770: ------------------------------- Fix Version/s: (was: 0.11.0.0) > KStreamAggregationDedupIntegrationTest fails occasionally > --------------------------------------------------------- > > Key: KAFKA-4770 > URL: https://issues.apache.org/jira/browse/KAFKA-4770 > Project: Kafka > Issue Type: Bug > Components: streams > Affects Versions: 0.10.2.0 > Reporter: Eno Thereska > > org.apache.kafka.streams.integration.KStreamAggregationDedupIntegrationTest > > shouldGroupByKey FAILED > java.lang.AssertionError: > Expected: is <[KeyValue(1@1487244179000, 2), KeyValue(2@1487244179000, > 2), KeyValue(3@1487244179000, 2), KeyValue(4@1487244179000, 2), > KeyValue(5@1487244179000, 2)]> > but: was <[KeyValue(1@1487244179000, 2), KeyValue(2@1487244179000, > 2), KeyValue(3@1487244179000, 2), KeyValue(4@1487244179000, 1), > KeyValue(5@1487244179000, 1)]> > at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) > at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8) > at > org.apache.kafka.streams.integration.KStreamAggregationDedupIntegrationTest.shouldGroupByKey(KStreamAggregationDedupIntegrationTest.java:240) -- This message was sent by Atlassian JIRA (v6.3.15#6346)