You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jake Maes (JIRA)" <ji...@apache.org> on 2018/01/12 19:27:02 UTC

[jira] [Updated] (SAMZA-1407) upgrade junit version to 4.12

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

Jake Maes updated SAMZA-1407:
-----------------------------
    Fix Version/s:     (was: 0.14.0)
                   0.15.0

> upgrade junit version to 4.12 
> ------------------------------
>
>                 Key: SAMZA-1407
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1407
>             Project: Samza
>          Issue Type: Task
>            Reporter: Fred Ji
>            Assignee: Fred Ji
>             Fix For: 0.15.0
>
>
> There are some new testing code using assertNotEquals(). 
> This function is not supported in junit 4.8.1, but the explicit junit version we have in gradle file is 4.8.1. 
> Luckily, in open source build, it does not fail because powermock 1.6.6 pulls in junit 4.12 transitively. 
> In order to avoid the confusion regarding what junit version is used in test, we should explicitly upgrade junit version to 4.12. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)