You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Jason Lowe (JIRA)" <ji...@apache.org> on 2018/04/24 14:43:00 UTC

[jira] [Commented] (HADOOP-15398) StagingTestBase uses methods not available in Mockito 1.8.5

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

Jason Lowe commented on HADOOP-15398:
-------------------------------------

I discovered HADOOP-12427 which is essentially proposing the same thing.  It looks like there's a chance this update could break some existing tests, so we really should verify no test starts breaking as a result of this change.  [~arshadmohammad] can you look into this?  I'll try to find some time to run tests on my end as well.

> StagingTestBase uses methods not available in Mockito 1.8.5
> -----------------------------------------------------------
>
>                 Key: HADOOP-15398
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15398
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Mohammad Arshad
>            Assignee: Mohammad Arshad
>            Priority: Major
>         Attachments: HADOOP-15398.001.patch
>
>
> *Problem:* hadoop trunk compilation is failing
>  *Root Cause:*
>  compilation error is coming from {{org.apache.hadoop.fs.s3a.commit.staging.StagingTestBase}}. Compilation error is "The method getArgumentAt(int, Class<UploadPartRequest>) is undefined for the type InvocationOnMock".
> StagingTestBase is using getArgumentAt(int, Class<UploadPartRequest>) method which is not available in mockito-all 1.8.5 version. getArgumentAt(int, Class<UploadPartRequest>) method is available only from version 2.0.0-beta
> *Expectations:*
>  Either mockito-all version to be upgraded or test case to be written only with available functions in 1.8.5.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org