[ https://issues.apache.org/jira/browse/KAFKA-7195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553650#comment-16553650 ]
ASF GitHub Bot commented on KAFKA-7195: --------------------------------------- omkreddy opened a new pull request #5418: KAFKA-7195: Fix StreamStreamJoinIntegrationTest test failures URL: https://github.com/apache/kafka/pull/5418 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > StreamStreamJoinIntegrationTest fails in 2.0 Jenkins > ---------------------------------------------------- > > Key: KAFKA-7195 > URL: https://issues.apache.org/jira/browse/KAFKA-7195 > Project: Kafka > Issue Type: Test > Reporter: Ted Yu > Priority: Major > > From > https://builds.apache.org/job/kafka-2.0-jdk8/87/testReport/junit/org.apache.kafka.streams.integration/StreamStreamJoinIntegrationTest/testOuter_caching_enabled___false_/ > : > {code} > java.lang.AssertionError: > Expected: is <[A-null]> > but: was <[A-a, A-b, A-c, A-d]> > at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) > at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8) > at > org.apache.kafka.streams.integration.AbstractJoinIntegrationTest.checkResult(AbstractJoinIntegrationTest.java:171) > at > org.apache.kafka.streams.integration.AbstractJoinIntegrationTest.runTest(AbstractJoinIntegrationTest.java:212) > at > org.apache.kafka.streams.integration.AbstractJoinIntegrationTest.runTest(AbstractJoinIntegrationTest.java:184) > at > org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest.testOuter(StreamStreamJoinIntegrationTest.java:198) > {code} > However, some test output was missing: > {code} > [2018-07-23 20:51:36,363] INFO Socket c > ...[truncated 1627692 chars]... > 671) > {code} > I ran the test locally which passed. -- This message was sent by Atlassian JIRA (v7.6.3#76005)