[
https://issues.apache.org/jira/browse/IGNITE-4305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15702408#comment-15702408
]
Konstantin Dudkov commented on IGNITE-4305:
-------------------------------------------
fixed request marshalling bug, now tests run good. Please review.
> GridNearAtomicSingleUpdateInvokeRequest cannot unmarshal invoke arguments
> properly.
> -----------------------------------------------------------------------------------
>
> Key: IGNITE-4305
> URL: https://issues.apache.org/jira/browse/IGNITE-4305
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 1.8
> Reporter: Vladimir Ozerov
> Assignee: Konstantin Dudkov
> Fix For: 1.8
>
>
> Steps to reproduce:
> 1) Set binary marshaller as deafult for
> {{GridCacheBinaryAtomicEntryProcessorDeploymentSelfTest}}:
> {code}
> static {
> GridTestProperties.setProperty(GridTestProperties.MARSH_CLASS_NAME,
> BinaryMarshaller.class.getName());
> GridTestProperties.setProperty(GridTestProperties.ENTRY_PROCESSOR_CLASS_NAME,
>
> "org.apache.ignite.tests.p2p.CacheDeploymentBinaryEntryProcessor");
> }
> {code}
> 2) Run the test, observe failures in {{testInvokeDeployment*}} tests.
> 3) Go to {{GridNearAtomicSingleUpdateFuture.mapSingleUpdate}} and force
> single transform to use old {{GridNearAtomicFullUpdateRequest}}
> 4) Re-run test. No all pass.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)