IGNITE-109 - Merge branch 'ignite-109' into sprint-1
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/61a9f986 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/61a9f986 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/61a9f986 Branch: refs/heads/ingite-9655-merge Commit: 61a9f986a918052aae159e21ca37693491d34382 Parents: 4fe57d4 e4cd632 Author: Alexey Goncharuk <agoncha...@gridgain.com> Authored: Thu Jan 29 19:04:38 2015 -0800 Committer: Alexey Goncharuk <agoncha...@gridgain.com> Committed: Thu Jan 29 19:04:38 2015 -0800 ---------------------------------------------------------------------- .../processors/cache/GridCacheStoreManager.java | 25 +- .../transactions/IgniteTxLocalAdapter.java | 42 ++- .../IgniteCrossCacheTxStoreSelfTest.java | 288 +++++++++++++++++++ .../IgniteCacheTxStoreSessionTest.java | 11 +- .../ignite/testsuites/IgniteCacheTestSuite.java | 1 + 5 files changed, 357 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/61a9f986/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxLocalAdapter.java ----------------------------------------------------------------------