Repository: ignite
Updated Branches:
  refs/heads/ignite-1093-2 391afcdb9 -> 5cb81f6d1


1093


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

Branch: refs/heads/ignite-1093-2
Commit: 5cb81f6d1ce5a57dd82337bed35805a073910f5e
Parents: 391afcd
Author: Anton Vinogradov <[email protected]>
Authored: Sun Oct 18 15:16:13 2015 +0300
Committer: Anton Vinogradov <[email protected]>
Committed: Sun Oct 18 15:16:13 2015 +0300

----------------------------------------------------------------------
 .../distributed/dht/IgniteAtomicLongChangingTopologySelfTest.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/5cb81f6d/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteAtomicLongChangingTopologySelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteAtomicLongChangingTopologySelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteAtomicLongChangingTopologySelfTest.java
index 32a86e4..a9a60fb 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteAtomicLongChangingTopologySelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteAtomicLongChangingTopologySelfTest.java
@@ -133,6 +133,8 @@ public class IgniteAtomicLongChangingTopologySelfTest 
extends GridCommonAbstract
      * @throws Exception If failed.
      */
     public void testClientAtomicLongCreateCloseFailover() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-1183";);
+
         testFailoverWithClient(new IgniteInClosure<Ignite>() {
             @Override public void apply(Ignite ignite) {
                 for (int i = 0; i < 100; i++) {

Reply via email to