Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There are next examples for java 7, but there are no for java 8. Need to implement if they are applicable for java 8.
// BasicExamplesSelfTest
- ComputeReducerExample
- ComputeTaskMapExample
- ComputeTaskSplitExample
// CacheExamplesSelfTest: - IgniteAtomicLongExample.main
- IgniteAtomicReferenceExample.main
- IgniteAtomicSequenceExample.main
- IgniteAtomicStampedExample.main
- IgniteCountDownLatchExample.main
- IgniteQueueExample.main
- IgniteSetExample.main
- CacheDummyStoreExample.main
- CacheQueryExample.main
- CacheTransactionExample.main
- CacheDataStreamerExample.main
- CachePutGetExample.main
- CacheStarSchemaExample.main
- CacheContinuousQueryExample.main
// CheckpointExamplesSelfTest - ComputeFailoverExample
// ClusterGroupExampleSelfTest - ClusterGroupExample
// ContinuationExamplesSelfTest - ComputeFibonacciContinuationExample
// ContinuousMapperExamplesSelfTest - ComputeContinuousMapperExample
- DeploymentExamplesMultiNodeSelfTest # testDeploymentExample
- DeploymentExamplesSelfTest # testDeploymentExample
// HibernateL2CacheExampleSelfTest - HibernateL2CacheExample
- IgfsExamplesSelfTest # testIgniteFsApiExample
// LifecycleExamplesSelfTest - LifecycleExample
- look at MemcacheRestExamplesMultiNodeSelfTest
- MemcacheRestExample
- CreditRiskExample
- SpringBeanExample
- ComputeTaskSplitExample
- ComputeTaskMapExample
Examples should be implemented for java 8 or testing methods should be removed if examples do not applicable for java 8.
Attachments
Issue Links
- is related to
-
IGNITE-673 Enable broken tests with TODOs and mute them on TC
- Closed
- relates to
-
IGNITE-10174 migrate examples tests from Junit 3 to 4
- Resolved
- links to