Merge branch 'ignite-sprint-7' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-973-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/211ad65c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/211ad65c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/211ad65c Branch: refs/heads/ignite-950 Commit: 211ad65cff1a7c3997e865668dfc51e44aefe0c0 Parents: 4902e8f b29ff1c Author: S.Vladykin <svlady...@gridgain.com> Authored: Wed Jun 24 18:41:48 2015 +0300 Committer: S.Vladykin <svlady...@gridgain.com> Committed: Wed Jun 24 18:41:48 2015 +0300 ---------------------------------------------------------------------- .../processors/cache/GridCacheContext.java | 2 +- .../distributed/dht/GridDhtLockFuture.java | 2 +- .../GridDhtPartitionsExchangeFuture.java | 46 +- .../datastructures/DataStructuresProcessor.java | 64 +-- .../CacheReadThroughAtomicRestartSelfTest.java | 32 ++ ...heReadThroughLocalAtomicRestartSelfTest.java | 32 ++ .../CacheReadThroughLocalRestartSelfTest.java | 32 ++ ...dThroughReplicatedAtomicRestartSelfTest.java | 32 ++ ...cheReadThroughReplicatedRestartSelfTest.java | 32 ++ .../cache/CacheReadThroughRestartSelfTest.java | 133 ++++++ .../cache/GridCacheAbstractSelfTest.java | 2 +- ...eDynamicCacheStartNoExchangeTimeoutTest.java | 466 +++++++++++++++++++ .../cache/IgniteDynamicCacheStartSelfTest.java | 37 ++ ...GridCacheQueueMultiNodeAbstractSelfTest.java | 4 +- .../GridCacheSetAbstractSelfTest.java | 22 +- .../IgniteDataStructureWithJobTest.java | 111 +++++ .../distributed/IgniteCache150ClientsTest.java | 189 ++++++++ ...teCacheClientNodePartitionsExchangeTest.java | 1 + .../distributed/IgniteCacheManyClientsTest.java | 1 + ...idCacheNearOnlyMultiNodeFullApiSelfTest.java | 5 - ...achePartitionedMultiNodeFullApiSelfTest.java | 49 +- .../IgniteCacheTxStoreSessionTest.java | 4 + .../IgniteCacheDataStructuresSelfTestSuite.java | 1 + .../testsuites/IgniteCacheTestSuite4.java | 8 + .../testsuites/IgniteClientTestSuite.java | 38 ++ 25 files changed, 1263 insertions(+), 82 deletions(-) ----------------------------------------------------------------------