You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Fred Ji (JIRA)" <ji...@apache.org> on 2017/08/24 00:18:00 UTC

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

Fred Ji created SAMZA-1407:
------------------------------

             Summary: 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.14.0


There are some new testing code using assertNotEquals(). 

This function is not supported in junit 4.8.1, but the explicit juint versio 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)