Merge branch 'sprint-2' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-471
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/fbd4216b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/fbd4216b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/fbd4216b Branch: refs/heads/ignite-471 Commit: fbd4216b2cbf891e86a711aef2333fc25dd17a43 Parents: e585eab d775504 Author: Valentin Kulichenko <[email protected]> Authored: Thu Mar 12 23:52:57 2015 -0700 Committer: Valentin Kulichenko <[email protected]> Committed: Thu Mar 12 23:52:57 2015 -0700 ---------------------------------------------------------------------- .../ignite/igfs/IgfsEventsAbstractSelfTest.java | 3 +- .../processors/igfs/IgfsAbstractSelfTest.java | 229 ++++++++++++++++--- .../igfs/IgfsDualAbstractSelfTest.java | 71 +++--- .../igfs/IgfsExUniversalFileSystemAdapter.java | 87 +++++++ .../igfs/UniversalFileSystemAdapter.java | 79 +++++++ .../fs/IgniteHadoopIgfsSecondaryFileSystem.java | 8 + .../hadoop/fs/v1/IgniteHadoopFileSystem.java | 9 +- .../processors/hadoop/igfs/HadoopIgfsIpcIo.java | 14 +- .../processors/hadoop/igfs/HadoopIgfsUtils.java | 7 +- .../ignite/igfs/Hadoop1DualAbstractTest.java | 105 +++++++++ .../igfs/Hadoop1OverIgfsDualAsyncTest.java | 30 +++ .../igfs/Hadoop1OverIgfsDualSyncTest.java | 30 +++ ...oopFileSystemUniversalFileSystemAdapter.java | 113 +++++++++ ...oopSecondaryFileSystemConfigurationTest.java | 12 +- .../testsuites/IgniteHadoopTestSuite.java | 2 + 15 files changed, 716 insertions(+), 83 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/fbd4216b/modules/hadoop/src/test/java/org/apache/ignite/testsuites/IgniteHadoopTestSuite.java ----------------------------------------------------------------------
