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/31 14:05:45 UTC

[jira] [Comment Edited] (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=14723338#comment-14723338 ] 

Denis Magda edited comment on IGNITE-1273 at 8/31/15 12:05 PM:
---------------------------------------------------------------

Supported modification for arrays of any kind returned from {{PortableBuilder.getField()}} method.
Under the modification I mean an ability to change an array's content in a way that when a portable object is being serialized/deserialized all content changes will be taken into account. 

In addition fixed the following bugs:
- reading {{BigDecimal}} arrays with {{PortableBuilderReader}} was broken;
- writing of {{PortableBuilderImpl}} might override {{PortableBuilderReader}} position.

So {{testModifyObjectArray}} is fixed for now. Moreover, added additional tests for arrays of other types (String, Date, etc.)


was (Author: dmagda):
Supported modification for arrays of any kind returned from {PortableBuilder.getField()} method.
Under the modification I mean an ability to change an array's content in a way that when a portable object is being serialized/deserialized all content changes will be taken into account. 

In addition fixed the following bugs:
- reading {BigDecimal} arrays with {PortableBuilderReader} was broken;
- writing of {PortableBuilderImpl} might override {PortableBuilderReader} position.

So {testModifyObjectArray} is fixed for now. Moreover, added additional tests for arrays of other types (String, Date, etc.)

> 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)