Hadoop: Removed invalid test.

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

Branch: refs/heads/ignite-3199-1
Commit: 75997afc762aff0581e53adc25c3efa329f48c6e
Parents: 409f043
Author: vozerov-gridgain <voze...@gridgain.com>
Authored: Thu Sep 15 13:23:44 2016 +0300
Committer: vozerov-gridgain <voze...@gridgain.com>
Committed: Thu Sep 15 13:23:44 2016 +0300

----------------------------------------------------------------------
 .../ignite/igfs/HadoopFIleSystemFactorySelfTest.java      | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/75997afc/modules/hadoop/src/test/java/org/apache/ignite/igfs/HadoopFIleSystemFactorySelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/hadoop/src/test/java/org/apache/ignite/igfs/HadoopFIleSystemFactorySelfTest.java
 
b/modules/hadoop/src/test/java/org/apache/ignite/igfs/HadoopFIleSystemFactorySelfTest.java
index 7cf1e4b..5be3a64 100644
--- 
a/modules/hadoop/src/test/java/org/apache/ignite/igfs/HadoopFIleSystemFactorySelfTest.java
+++ 
b/modules/hadoop/src/test/java/org/apache/ignite/igfs/HadoopFIleSystemFactorySelfTest.java
@@ -35,14 +35,12 @@ import org.apache.ignite.internal.util.typedef.G;
 import org.apache.ignite.internal.util.typedef.internal.U;
 import org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi;
 import org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder;
-import org.apache.ignite.testframework.GridTestUtils;
 import org.jetbrains.annotations.Nullable;
 import java.io.Externalizable;
 
 import java.io.File;
 import java.io.FileOutputStream;
 import java.net.URI;
-import java.util.concurrent.Callable;
 import java.util.concurrent.atomic.AtomicInteger;
 
 import static org.apache.ignite.cache.CacheAtomicityMode.TRANSACTIONAL;
@@ -117,14 +115,6 @@ public class HadoopFIleSystemFactorySelfTest extends 
IgfsCommonAbstractTest {
         assert primary.exists(IGFS_PATH_DUAL);
         assert secondary.exists(IGFS_PATH_DUAL);
 
-        GridTestUtils.assertThrows(null, new Callable<Object>() {
-            @Override public Object call() throws Exception {
-                primary.mkdirs(IGFS_PATH_PROXY);
-
-                return null;
-            }
-        }, IgfsInvalidPathException.class, null);
-
         // Create remote instance.
         FileSystem fs = 
FileSystem.get(URI.create("igfs://primary:primary@127.0.0.1:10500/"), 
baseConfiguration());
 

Reply via email to