You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/07/08 16:53:13 UTC

incubator-ignite git commit: # ignite-648: enable testLocalClearKeys

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-648 f91925357 -> 3bec610ef


# ignite-648: enable testLocalClearKeys


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

Branch: refs/heads/ignite-648
Commit: 3bec610ef69c7802dea153569aa429f42c67ca9a
Parents: f919253
Author: ashutak <as...@gridgain.com>
Authored: Wed Jul 8 17:52:57 2015 +0300
Committer: ashutak <as...@gridgain.com>
Committed: Wed Jul 8 17:52:57 2015 +0300

----------------------------------------------------------------------
 .../processors/cache/GridCacheAbstractFullApiSelfTest.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3bec610e/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java
index 238332a..8f9c21c 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java
@@ -4266,8 +4266,8 @@ public abstract class GridCacheAbstractFullApiSelfTest extends GridCacheAbstract
      * @throws Exception If failed.
      */
     public void testLocalClearKeys() throws Exception {
-        if (isMultiJvm())
-            fail("https://issues.apache.org/jira/browse/IGNITE-648");
+//        if (isMultiJvm())
+//            fail("https://issues.apache.org/jira/browse/IGNITE-648");
 
         Map<String, List<String>> keys = addKeys();