You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2015/08/28 16:12:45 UTC

[jira] [Commented] (IGNITE-1273) Tests from GridPortableBuilderAdditionalSelfTest were disabled.

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

Denis Magda commented on IGNITE-1273:
-------------------------------------

Investigated the failing of {{testModifyObjectArray}}.

The reason of the failing is that a field of {{Object[]}} type is processed as {{PortableBuilderReader.LazyCollection}} while other more specific types like {{Strin[]}}, {{Integer[]}} as {{PortablePlainLazyValue}}.

The implementation must be consistent across all arrays.

Discussing this issue with the community.

> Tests from GridPortableBuilderAdditionalSelfTest were disabled.
> ---------------------------------------------------------------
>
>                 Key: IGNITE-1273
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1273
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Denis Magda
>            Assignee: Denis Magda
>
> Tests from {{GridPortableBuilderAdditionalSelfTest}} were disabled:
> - testCyclicArrayList
> - testCyclicArrays
> - testModifyObjectArray
> They have to be fixed or removed.



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