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

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

    [ https://issues.apache.org/jira/browse/SAMZA-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16329252#comment-16329252 ] 

ASF GitHub Bot commented on SAMZA-1407:
---------------------------------------

Github user fredji97 closed the pull request at:

    https://github.com/apache/samza/pull/373


> 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
>            Priority: Major
>             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
(v7.6.3#76005)