Merge branch 'sprint-2' into ignite-aop-test
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/371774a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/371774a1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/371774a1 Branch: refs/heads/ignite-368 Commit: 371774a1e2fbc73219f49852895e37e28bd0c889 Parents: f54c6b3 cbdebf1 Author: nikolay_tikhonov <ntikho...@gridgain.com> Authored: Mon Mar 16 12:17:33 2015 +0300 Committer: nikolay_tikhonov <ntikho...@gridgain.com> Committed: Mon Mar 16 12:18:03 2015 +0300 ---------------------------------------------------------------------- .../processors/cache/GridCacheStoreManager.java | 30 ++- .../cache/GridCacheWriteBehindStore.java | 69 +++-- .../continuous/CacheContinuousQueryManager.java | 5 +- .../GridCacheAffinityBackupsSelfTest.java | 2 + ...idCacheWriteBehindStoreAbstractSelfTest.java | 2 +- .../GridCacheAbstractJobExecutionTest.java | 9 +- .../GridCacheAtomicTimeoutSelfTest.java | 16 +- ...eCacheAtomicStoreSessionWriteBehindTest.java | 38 +++ ...acheStoreSessionWriteBehindAbstractTest.java | 269 +++++++++++++++++++ ...gniteCacheTxStoreSessionWriteBehindTest.java | 32 +++ .../ignite/testsuites/IgniteCacheTestSuite.java | 2 + 11 files changed, 424 insertions(+), 50 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/371774a1/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCacheAtomicTimeoutSelfTest.java ----------------------------------------------------------------------