You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/06/20 12:51:05 UTC

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

Ismael Juma created KAFKA-3874:
----------------------------------

             Summary: 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: Guozhang Wang


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)