You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/06/21 11:55:57 UTC

[jira] [Resolved] (KAFKA-3874) Transient test failure: org.apache.kafka.streams.integration.JoinIntegrationTest.shouldCountClicksPerRegion

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

Damian Guy resolved KAFKA-3874.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 0.10.1.0

Should be fixed by:
https://github.com/apache/kafka/commit/44c8308ab1a6b950c5b12386d7864881b5d052a0

> Transient test failure: org.apache.kafka.streams.integration.JoinIntegrationTest.shouldCountClicksPerRegion
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-3874
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3874
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: streams, unit tests
>            Reporter: Ismael Juma
>            Assignee: Damian Guy
>              Labels: transient-unit-test-failure
>             Fix For: 0.10.1.0
>
>
> The failure I am recording happened in Jenkins, but I had a similar failure locally (and two other integration tests failed in that run).
> {code}
> Expected: <[KeyValue(europe, 13), KeyValue(americas, 4), KeyValue(asia, 25), KeyValue(americas, 23), KeyValue(europe, 69), KeyValue(americas, 101), KeyValue(europe, 109), KeyValue(asia, 124)]>
>      but: was <[KeyValue(europe, 122), KeyValue(americas, 105), KeyValue(asia, 149), KeyValue(americas, 124), KeyValue(europe, 178), KeyValue(americas, 202), KeyValue(europe, 218), KeyValue(asia, 248)]>
> 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> 	at org.junit.Assert.assertThat(Assert.java:956)
> 	at org.junit.Assert.assertThat(Assert.java:923)
> 	at org.apache.kafka.streams.integration.JoinIntegrationTest.shouldCountClicksPerRegion(JoinIntegrationTest.java:258)
> {code}
> https://builds.apache.org/job/kafka-trunk-git-pr-jdk7/4254/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)