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/01/04 10:54:32 UTC

[3/3] ignite git commit: IGNITE-2206: Fixing tests.

IGNITE-2206: Fixing tests.


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

Branch: refs/heads/ignite-2206
Commit: 493b29ddf957e4e7dc7c1b8e1ff29a3dbf86652b
Parents: 309dc5c
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Mon Jan 4 12:55:12 2016 +0400
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Mon Jan 4 12:55:12 2016 +0400

----------------------------------------------------------------------
 .../test/java/org/apache/ignite/igfs/Hadoop1DualAbstractTest.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/493b29dd/modules/hadoop/src/test/java/org/apache/ignite/igfs/Hadoop1DualAbstractTest.java
----------------------------------------------------------------------
diff --git a/modules/hadoop/src/test/java/org/apache/ignite/igfs/Hadoop1DualAbstractTest.java b/modules/hadoop/src/test/java/org/apache/ignite/igfs/Hadoop1DualAbstractTest.java
index ea65464..24ef3b0 100644
--- a/modules/hadoop/src/test/java/org/apache/ignite/igfs/Hadoop1DualAbstractTest.java
+++ b/modules/hadoop/src/test/java/org/apache/ignite/igfs/Hadoop1DualAbstractTest.java
@@ -77,6 +77,8 @@ public abstract class Hadoop1DualAbstractTest extends IgfsDualAbstractSelfTest {
         IgniteHadoopIgfsSecondaryFileSystem second =
             new IgniteHadoopIgfsSecondaryFileSystem(secondaryUri, secondaryConfFullPath);
 
+        second.start();
+
         FileSystem fileSystem = second.fileSystem();
 
         igfsSecondary = new HadoopFileSystemUniversalFileSystemAdapter(fileSystem);