You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/08/26 13:40:39 UTC

[2/4] ignite git commit: Merge remote-tracking branch 'remotes/apache-main/master' into ignite-1300

Merge remote-tracking branch 'remotes/apache-main/master' into ignite-1300


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/cea82b48
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/cea82b48
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/cea82b48

Branch: refs/heads/ignite-1300
Commit: cea82b48c0786c61df25cc77a3117b465a51a660
Parents: 3507a8e a43e80a
Author: dmagda <ma...@gmail.com>
Authored: Wed Aug 26 13:07:05 2015 +0300
Committer: dmagda <ma...@gmail.com>
Committed: Wed Aug 26 13:07:05 2015 +0300

----------------------------------------------------------------------
 .../internal/processors/igfs/IgfsProcessor.java |   8 -
 .../IgniteCacheManyAsyncOperationsTest.java     | 107 ++++
 .../processors/igfs/IgfsAbstractSelfTest.java   |  34 +-
 .../igfs/IgfsBackupFailoverSelfTest.java        | 488 ++++++++++++++++
 .../igfs/IgfsBackupsDualAsyncSelfTest.java      |  40 ++
 .../igfs/IgfsBackupsDualSyncSelfTest.java       |  40 ++
 .../igfs/IgfsBackupsPrimarySelfTest.java        |  40 ++
 .../ignite/testsuites/IgniteIgfsTestSuite.java  |   7 +
 .../Apache.Ignite.Core.csproj                   |   3 +
 .../Apache.Ignite.Core/Impl/Handle/Handle.cs    |  69 +++
 .../Impl/Handle/HandleRegistry.cs               | 340 +++++++++++
 .../Apache.Ignite.Core/Impl/Handle/IHandle.cs   |  35 ++
 .../processors/platform/PlatformContext.java    | 114 ++++
 .../platform/PlatformExtendedException.java     |  39 ++
 .../platform/utils/PlatformFutureUtils.java     | 326 +++++++++++
 .../platform/utils/PlatformUtils.java           | 585 +++++++++++++++++++
 parent/pom.xml                                  |   1 +
 17 files changed, 2262 insertions(+), 14 deletions(-)
----------------------------------------------------------------------