You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/12/18 09:38:39 UTC

[1/2] ignite git commit: ignite-2204 Disabled hanging test.

Repository: ignite
Updated Branches:
  refs/heads/ignite-gg-10889 1f45c65f2 -> 71de23ae5


ignite-2204 Disabled hanging test.


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

Branch: refs/heads/ignite-gg-10889
Commit: d5a56da6b2503ef06cd3620a24f487988c2be5e2
Parents: a4b547b
Author: sboikov <sb...@gridgain.com>
Authored: Fri Dec 18 09:40:35 2015 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Fri Dec 18 09:40:35 2015 +0300

----------------------------------------------------------------------
 .../cache/distributed/CacheGetInsideLockChangingTopologyTest.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/d5a56da6/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/CacheGetInsideLockChangingTopologyTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/CacheGetInsideLockChangingTopologyTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/CacheGetInsideLockChangingTopologyTest.java
index 7073a94..03502d3 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/CacheGetInsideLockChangingTopologyTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/CacheGetInsideLockChangingTopologyTest.java
@@ -357,6 +357,8 @@ public class CacheGetInsideLockChangingTopologyTest extends GridCommonAbstractTe
      * @throws Exception If failed.
      */
     public void testMultithreaded() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-2204");
+
         final AtomicBoolean finished = new AtomicBoolean();
 
         final int NEW_NODE = SRVS + CLIENTS;


[2/2] ignite git commit: Merge branches 'ignite-1.5' and 'ignite-gg-10889' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-gg-10889

Posted by ak...@apache.org.
Merge branches 'ignite-1.5' and 'ignite-gg-10889' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-gg-10889


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

Branch: refs/heads/ignite-gg-10889
Commit: 71de23ae556aa0440f998886dbcc4d899a8fbc2a
Parents: 1f45c65 d5a56da
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Fri Dec 18 15:03:40 2015 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Fri Dec 18 15:03:40 2015 +0700

----------------------------------------------------------------------
 .../cache/distributed/CacheGetInsideLockChangingTopologyTest.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------