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

Taras Ledkov commented on IGNITE-3019:
--------------------------------------

The tests for IgniteCompute API is done.

Tests description.
- Echo jobs are sent into grid. Jobs pass the Object argument and return it as 
the result.
- All tests check the state of a job (field values are checked) after 
serialization / deserialization.
- All tests excepts tests for *run* methods check results of the jobs: result's 
class & result's value.


> Implement config variations test for IgniteCompute
> --------------------------------------------------
>
>                 Key: IGNITE-3019
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3019
>             Project: Ignite
>          Issue Type: Test
>          Components: compute
>            Reporter: Semen Boikov
>            Assignee: Taras Ledkov
>             Fix For: 1.6
>
>
> Need implement configuration variations test for IgniteCompute (see 
> IgniteCacheBasicConfigVariationsFullApiTestSuite as example).
> Test should cover following cases:
> - all supported marshaller (Optimized, Binary, JDK)
> - different data types for task parameters/return values (see 
> IgniteConfigVariationsAbstractTest.runInAllDataModes)
> - single server node
> - multiple servers, multiple clients, use IgniteCompue API from servers and 
> clients
> - true/false for IgniteConfiguration.peerClassLoadingEnabled
> - true/false for IgniteConfiguration.marshalLocalJobs
> - need test following types of jobs classes: regular class, Serializable, 
> Externalizable, Binarylizable.



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

Reply via email to