You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Srikanth Sundarrajan (JIRA)" <ji...@apache.org> on 2017/12/01 00:09:00 UTC

[jira] [Commented] (FALCON-2314) Bump TestNG version to 6.13.1 to avoid BeanShell dependency

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

Srikanth Sundarrajan commented on FALCON-2314:
----------------------------------------------

[~dionusos], Thanks for addressing this. We have moved to pull requests via github, Can you please resubmit this as a pull request ?

> Bump TestNG version to 6.13.1 to avoid BeanShell dependency
> -----------------------------------------------------------
>
>                 Key: FALCON-2314
>                 URL: https://issues.apache.org/jira/browse/FALCON-2314
>             Project: Falcon
>          Issue Type: Bug
>          Components: client, tests
>    Affects Versions: 0.10
>            Reporter: Denes Bodo
>            Assignee: Denes Bodo
>         Attachments: FALCON-2314_001.patch
>
>
> In our environment we needed to get rid of LGPL BeanShell TestNG dependency. In this case EvictedInstanceSerDeTest.testDeserializeEvictedInstancePathsForNoEviction is failing. The reason of the fail is the newer TestNG runs the two Serialize method first, then runs the two Deserialize next. This means testDeserializeEvictedInstancePathsForNoEviction which tests for empty files found a file with unexpected content and fails.
> I suggest splitting the two files into different ones as first attached patch shows.



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