Test configuration fix to pass validation.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e7ed26b6 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e7ed26b6 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e7ed26b6 Branch: refs/heads/master Commit: e7ed26b6d305485d3a48ffcca0b9f4069e1fad30 Parents: 1d75560 Author: Sergey Chugunov <[email protected]> Authored: Fri Jul 14 17:04:51 2017 +0300 Committer: Sergey Chugunov <[email protected]> Committed: Fri Jul 14 18:44:33 2017 +0300 ---------------------------------------------------------------------- .../GridCachePartitionEvictionDuringReadThroughSelfTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e7ed26b6/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java index d5351f7..ee0e536 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java @@ -53,6 +53,7 @@ public class GridCachePartitionEvictionDuringReadThroughSelfTest extends GridCom .setAtomicityMode(CacheAtomicityMode.ATOMIC) .setBackups(0) // No need for backup, just load from the store if needed .setCacheStoreFactory(new CacheStoreFactory()) + .setOnheapCacheEnabled(true) .setEvictionPolicy(new LruEvictionPolicy(100)) .setNearConfiguration(new NearCacheConfiguration<Integer, Integer>() .setNearEvictionPolicy(new LruEvictionPolicy<Integer, Integer>()));
