You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dg...@apache.org on 2018/10/01 14:57:33 UTC

ignite git commit: IGNITE-9741 Fix compile test

Repository: ignite
Updated Branches:
  refs/heads/ignite-2.7 7cb0784cd -> 78fe3eaef


IGNITE-9741 Fix compile test


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

Branch: refs/heads/ignite-2.7
Commit: 78fe3eaeff702d741f99e73d74f3ace5d29bad46
Parents: 7cb0784
Author: Dmitriy Govorukhin <dm...@gmail.com>
Authored: Mon Oct 1 17:57:25 2018 +0300
Committer: Dmitriy Govorukhin <dm...@gmail.com>
Committed: Mon Oct 1 17:57:25 2018 +0300

----------------------------------------------------------------------
 .../processors/cache/IgniteClusterActivateDeactivateTest.java     | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/78fe3eae/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteClusterActivateDeactivateTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteClusterActivateDeactivateTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteClusterActivateDeactivateTest.java
index 08cad4e..9e2286e 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteClusterActivateDeactivateTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteClusterActivateDeactivateTest.java
@@ -74,6 +74,9 @@ public class IgniteClusterActivateDeactivateTest extends GridCommonAbstractTest
     private static final String NO_PERSISTENCE_REGION = "no-persistence-region";
 
     /** */
+    private static final int DEFAULT_CACHES_COUNT = 2;
+
+    /** */
     boolean client;
 
     /** */