Merge branch 'sprint-2' into ignite-gg-9858
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b055b196 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b055b196 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b055b196 Branch: refs/heads/ignite-gg-9858 Commit: b055b196f87b296e4ffae3aaa07163b4346059e4 Parents: cb31697 6862ba9 Author: vozerov-gridgain <voze...@gridgain.com> Authored: Mon Mar 16 15:53:10 2015 +0300 Committer: vozerov-gridgain <voze...@gridgain.com> Committed: Mon Mar 16 15:53:10 2015 +0300 ---------------------------------------------------------------------- .../apache/ignite/gridify/AbstractAopTest.java | 6 +- .../ignite/internal/MarshallerContextImpl.java | 30 ++- .../processors/cache/GridCacheStoreManager.java | 30 ++- .../cache/GridCacheWriteBehindStore.java | 69 +++-- .../continuous/CacheContinuousQueryManager.java | 5 +- .../optimized/OptimizedMarshallerUtils.java | 16 +- .../GridCacheAffinityBackupsSelfTest.java | 2 + ...idCacheWriteBehindStoreAbstractSelfTest.java | 2 +- .../GridCacheAbstractJobExecutionTest.java | 9 +- .../GridCacheAtomicTimeoutSelfTest.java | 5 + ...eCacheAtomicStoreSessionWriteBehindTest.java | 38 +++ ...acheStoreSessionWriteBehindAbstractTest.java | 269 +++++++++++++++++++ ...gniteCacheTxStoreSessionWriteBehindTest.java | 32 +++ .../OptimizedMarshallerNodeFailoverTest.java | 200 ++++++++++++++ .../ignite/testsuites/IgniteCacheTestSuite.java | 2 + .../IgniteMarshallerSelfTestSuite.java | 1 + 16 files changed, 666 insertions(+), 50 deletions(-) ----------------------------------------------------------------------