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/06/15 19:25:42 UTC

[50/50] [abbrv] incubator-ignite git commit: ignite-648: windows killing test

ignite-648: windows killing test


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

Branch: refs/heads/ignite-648-win
Commit: aeea87675c6a754133c896f0fd407624452121bb
Parents: 3d39695
Author: ashutak <as...@gridgain.com>
Authored: Mon Jun 15 20:25:19 2015 +0300
Committer: ashutak <as...@gridgain.com>
Committed: Mon Jun 15 20:25:19 2015 +0300

----------------------------------------------------------------------
 .../processors/cache/GridCacheAbstractFullApiSelfTest.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/aeea8767/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 69eba108..7b96fb3 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
@@ -237,7 +237,7 @@ public abstract class GridCacheAbstractFullApiSelfTest extends GridCacheAbstract
 
     /** {@inheritDoc} */
     @Override protected void afterTestsStopped() throws Exception {
-        IgniteExProcessProxy.killAll();
+//        IgniteExProcessProxy.killAll();
 
         super.afterTestsStopped();
     }