Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-2054 Fix Kafka transient unit test failures
  3. KAFKA-3874

Transient test failure: org.apache.kafka.streams.integration.JoinIntegrationTest.shouldCountClicksPerRegion

    XMLWordPrintableJSON

Details

    Description

      The failure I am recording happened in Jenkins, but I had a similar failure locally (and two other integration tests failed in that run).

      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)
      

      https://builds.apache.org/job/kafka-trunk-git-pr-jdk7/4254/

      Attachments

        Activity

          People

            damianguy Damian Guy
            ijuma Ismael Juma
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: