You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/08/15 07:55:56 UTC

ignite git commit: Fixed compilation in Hadoop module.

Repository: ignite
Updated Branches:
  refs/heads/ignite-1926 e0c17893f -> 937b682b7


Fixed compilation in Hadoop module.


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

Branch: refs/heads/ignite-1926
Commit: 937b682b798a85ecfe7424aa921f3daa78e14772
Parents: e0c1789
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Mon Aug 15 10:55:47 2016 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Mon Aug 15 10:55:47 2016 +0300

----------------------------------------------------------------------
 .../apache/ignite/testsuites/IgniteHadoopTestSuite.java   | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/937b682b/modules/hadoop/src/test/java/org/apache/ignite/testsuites/IgniteHadoopTestSuite.java
----------------------------------------------------------------------
diff --git a/modules/hadoop/src/test/java/org/apache/ignite/testsuites/IgniteHadoopTestSuite.java b/modules/hadoop/src/test/java/org/apache/ignite/testsuites/IgniteHadoopTestSuite.java
index e71c8b4..3374547 100644
--- a/modules/hadoop/src/test/java/org/apache/ignite/testsuites/IgniteHadoopTestSuite.java
+++ b/modules/hadoop/src/test/java/org/apache/ignite/testsuites/IgniteHadoopTestSuite.java
@@ -50,10 +50,6 @@ import org.apache.ignite.igfs.IgniteHadoopFileSystemLoopbackExternalDualSyncSelf
 import org.apache.ignite.igfs.IgniteHadoopFileSystemLoopbackExternalPrimarySelfTest;
 import org.apache.ignite.igfs.IgniteHadoopFileSystemLoopbackExternalSecondarySelfTest;
 import org.apache.ignite.igfs.IgniteHadoopFileSystemSecondaryFileSystemInitializationSelfTest;
-import org.apache.ignite.igfs.LocalSecondaryFileSystemDualAsyncClientSelfTest;
-import org.apache.ignite.igfs.LocalSecondaryFileSystemDualAsyncSelfTest;
-import org.apache.ignite.igfs.LocalSecondaryFileSystemDualSyncClientSelfTest;
-import org.apache.ignite.igfs.LocalSecondaryFileSystemDualSyncSelfTest;
 import org.apache.ignite.internal.processors.hadoop.HadoopClassLoaderTest;
 import org.apache.ignite.internal.processors.hadoop.HadoopCommandLineTest;
 import org.apache.ignite.internal.processors.hadoop.HadoopDefaultMapReducePlannerSelfTest;
@@ -136,12 +132,6 @@ public class IgniteHadoopTestSuite extends TestSuite {
         suite.addTest(new TestSuite(ldr.loadClass(Hadoop1OverIgfsDualSyncTest.class.getName())));
         suite.addTest(new TestSuite(ldr.loadClass(Hadoop1OverIgfsDualAsyncTest.class.getName())));
 
-        suite.addTest(new TestSuite(ldr.loadClass(LocalSecondaryFileSystemDualSyncSelfTest.class.getName())));
-        suite.addTest(new TestSuite(ldr.loadClass(LocalSecondaryFileSystemDualAsyncSelfTest.class.getName())));
-
-        suite.addTest(new TestSuite(ldr.loadClass(LocalSecondaryFileSystemDualSyncClientSelfTest.class.getName())));
-        suite.addTest(new TestSuite(ldr.loadClass(LocalSecondaryFileSystemDualAsyncClientSelfTest.class.getName())));
-
         suite.addTest(new TestSuite(ldr.loadClass(HadoopFIleSystemFactorySelfTest.class.getName())));
 
         suite.addTest(new TestSuite(ldr.loadClass(IgniteHadoopFileSystemLoopbackExternalPrimarySelfTest.class.getName())));