You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Navina Ramesh (JIRA)" <ji...@apache.org> on 2017/04/19 21:26:41 UTC

[jira] [Resolved] (SAMZA-1176) Intermittent TestJoinOperator unit test failure

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

Navina Ramesh resolved SAMZA-1176.
----------------------------------
    Resolution: Fixed

Issue resolved by pull request 131
[https://github.com/apache/samza/pull/131]

> Intermittent TestJoinOperator unit test failure
> -----------------------------------------------
>
>                 Key: SAMZA-1176
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1176
>             Project: Samza
>          Issue Type: Bug
>    Affects Versions: 0.13.0
>            Reporter: Prateek Maheshwari
>            Assignee: Prateek Maheshwari
>             Fix For: 0.13.0
>
>
> There are occasional failures like the following:
> ```joinRetainsMatchedMessagesReverse FAILED
>     java.lang.AssertionError: expected:<0> but was:<110>
>         at org.junit.Assert.fail(Assert.java:91)
>         at org.junit.Assert.failNotEquals(Assert.java:645)
>         at org.junit.Assert.assertEquals(Assert.java:126)
>         at org.junit.Assert.assertEquals(Assert.java:470)
>         at org.junit.Assert.assertEquals(Assert.java:454)
>         at org.apache.samza.operators.TestJoinOperator.joinRetainsMatchedMessagesReverse(TestJoinOperator.java:174)```
> These are presumably due to concurrent JUnit test execution. This ticket is to isolate these test cases so that they can be run concurrently.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)