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

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

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

Prateek Maheshwari updated SAMZA-1176:
--------------------------------------
    Summary: Intermittent TestJoinOperator unit test failure  (was: Make TestJoinOperator unit tests safe for concurrent execution)

> 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)