Merge branch 'ignite-136' into sprint-2
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9a931983 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9a931983 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9a931983 Branch: refs/heads/ignite-141 Commit: 9a931983f51f96ad9b96551aee654874e746aa94 Parents: 028e446 2e115bf Author: nikolay_tikhonov <ntikho...@gridgain.com> Authored: Mon Mar 2 17:47:24 2015 +0300 Committer: nikolay_tikhonov <ntikho...@gridgain.com> Committed: Mon Mar 2 17:47:24 2015 +0300 ---------------------------------------------------------------------- .../processors/cache/GridCacheMapEntry.java | 9 + .../distributed/dht/GridDhtCacheEntry.java | 3 + .../distributed/dht/GridDhtLocalPartition.java | 5 + .../GridCacheAbstractLocalStoreSelfTest.java | 440 +++++++++++++++++++ .../GridCachePartitionedLocalStoreSelfTest.java | 51 +++ ...chePartitionedOffHeapLocalStoreSelfTest.java | 56 +++ .../GridCacheReplicatedLocalStoreSelfTest.java | 51 +++ ...ridCacheTxPartitionedLocalStoreSelfTest.java | 51 +++ .../ignite/testsuites/IgniteCacheTestSuite.java | 4 + 9 files changed, 670 insertions(+) ----------------------------------------------------------------------