You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2018/08/20 12:52:46 UTC

ignite git commit: IGNITE-9326 Muting failing test

Repository: ignite
Updated Branches:
  refs/heads/master fea694fef -> 8292d2774


IGNITE-9326 Muting failing test


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

Branch: refs/heads/master
Commit: 8292d2774f5f296e9cf624916f720cc6ca51f960
Parents: fea694f
Author: Alexey Goncharuk <al...@gmail.com>
Authored: Mon Aug 20 15:51:38 2018 +0300
Committer: Alexey Goncharuk <al...@gmail.com>
Committed: Mon Aug 20 15:52:20 2018 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/8292d277/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheFailedUpdateResponseTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheFailedUpdateResponseTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheFailedUpdateResponseTest.java
index ebcff7c..bef33e8 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheFailedUpdateResponseTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheFailedUpdateResponseTest.java
@@ -104,6 +104,8 @@ public class IgniteCacheFailedUpdateResponseTest extends GridCommonAbstractTest
      * @throws Exception If failed.
      */
     public void testInvokeAtomic() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-9326");
+
         testInvoke(atomicCache);
         testInvokeAll(atomicCache);
     }