Eno Thereska created KAFKA-4770:
-----------------------------------
Summary: 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
Fix For: 0.10.3.0
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)