#sprint-2-tests: remove tests for query index enable from IgfsProcessorValidationSelfTest.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/1401330b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/1401330b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/1401330b Branch: refs/heads/ignite-409 Commit: 1401330bd972be5ce4a39304f96ef8d2b0a3f850 Parents: 6657fc3 Author: ivasilinets <ivasilin...@gridgain.com> Authored: Wed Mar 18 16:32:36 2015 +0300 Committer: ivasilinets <ivasilin...@gridgain.com> Committed: Wed Mar 18 16:32:36 2015 +0300 ---------------------------------------------------------------------- .../igfs/IgfsProcessorValidationSelfTest.java | 23 -------------------- 1 file changed, 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1401330b/modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsProcessorValidationSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsProcessorValidationSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsProcessorValidationSelfTest.java index 7e13835..82633d6 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsProcessorValidationSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsProcessorValidationSelfTest.java @@ -181,29 +181,6 @@ public class IgfsProcessorValidationSelfTest extends IgfsCommonAbstractTest { /** * @throws Exception If failed. */ - public void testLocalIfQueryIndexingEnabledForDataCache() throws Exception { - CacheConfiguration[] dataCaches = dataCaches(1024); - - - g1Cfg.setCacheConfiguration(concat(dataCaches, metaCaches(), CacheConfiguration.class)); - - checkGridStartFails(g1Cfg, "IGFS data cache cannot start with enabled query indexing", true); - } - - /** - * @throws Exception If failed. - */ - public void testLocalIfQueryIndexingEnabledForMetaCache() throws Exception { - CacheConfiguration[] metaCaches = metaCaches(); - - g1Cfg.setCacheConfiguration(concat(dataCaches(1024), metaCaches, CacheConfiguration.class)); - - checkGridStartFails(g1Cfg, "IGFS metadata cache cannot start with enabled query indexing", true); - } - - /** - * @throws Exception If failed. - */ @SuppressWarnings("NullableProblems") public void testLocalNullIgfsNameIsSupported() throws Exception { g1Cfg.setCacheConfiguration(concat(dataCaches(1024), metaCaches(), CacheConfiguration.class));