You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2014/10/19 20:30:33 UTC

[jira] [Commented] (TEZ-1684) upgrade mockito to latest release

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

Bikas Saha commented on TEZ-1684:
---------------------------------

We probably pull Hadoop version. Need to check if changing our own version separately can be an issue.

> upgrade mockito to latest release
> ---------------------------------
>
>                 Key: TEZ-1684
>                 URL: https://issues.apache.org/jira/browse/TEZ-1684
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Rajesh Balamohan
>
> Randomly (once in 1000 runs in my VM), I get the following exception.
> Exception in thread "DelayedContainerManager" java.lang.ClassCastException: java.util.LinkedList cannot be cast to org.apache.hadoop.yarn.api.records.Priority
> 	at org.apache.tez.dag.app.rm.TezAMRMClientAsync$$EnhancerByMockitoWithCGLIB$$9c9a5aeb.getTopPriority(<generated>)
> 	at org.apache.tez.dag.app.rm.YarnTaskSchedulerService.assignReUsedContainerWithLocation(YarnTaskSchedulerService.java:1459)
> 	at org.apache.tez.dag.app.rm.YarnTaskSchedulerService.assignDelayedContainer(YarnTaskSchedulerService.java:660)
> 	at org.apache.tez.dag.app.rm.YarnTaskSchedulerService.access$700(YarnTaskSchedulerService.java:82)
> 	at org.apache.tez.dag.app.rm.YarnTaskSchedulerService$DelayedContainerManager.run(YarnTaskSchedulerService.java:1765)
> It appears to be a bug in mockito when using RETURNS_DEEP_STUBS in unit tests.  With mockito 1.10.8 version, this issue isn't cropping up. Currently tez uses mockito 1.9.5.  Should we migrate to 1.10.8?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)