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/06/06 13:59:29 UTC

[1/2] ignite git commit: IGNITE-3258: Fixing tests.

Repository: ignite
Updated Branches:
  refs/heads/ignite-3259 6aea6f3b2 -> b8e84945f


IGNITE-3258: Fixing tests.


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

Branch: refs/heads/ignite-3259
Commit: c14a103f89da27b29c9b9e1c320dd7f41f34daf0
Parents: 9957e9f
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Mon Jun 6 16:58:59 2016 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Mon Jun 6 16:58:59 2016 +0300

----------------------------------------------------------------------
 .../org/apache/ignite/igfs/HadoopFIleSystemFactorySelfTest.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/c14a103f/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 1d02f0f..e4c64ff 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
@@ -226,6 +226,7 @@ public class HadoopFIleSystemFactorySelfTest extends IgfsCommonAbstractTest {
         igfsCfg.setDefaultMode(dfltMode);
         igfsCfg.setIpcEndpointConfiguration(endpointCfg);
         igfsCfg.setSecondaryFileSystem(secondaryFs);
+        igfsCfg.setInitializeDefaultPathModes(true);
 
         CacheConfiguration dataCacheCfg = defaultCacheConfiguration();
 


[2/2] ignite git commit: Merge branch 'ignite-3258' into ignite-3259

Posted by vo...@apache.org.
Merge branch 'ignite-3258' into ignite-3259


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

Branch: refs/heads/ignite-3259
Commit: b8e84945f13678479d13f16a93d682c522aef0fb
Parents: 6aea6f3 c14a103
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Mon Jun 6 16:59:10 2016 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Mon Jun 6 16:59:10 2016 +0300

----------------------------------------------------------------------
 .../org/apache/ignite/igfs/HadoopFIleSystemFactorySelfTest.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------