You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/11/25 12:13:54 UTC

ignite git commit: IGNITE-4309: Commented out failing CacheExampleMultiNodeSelfTest.testCacheLockExample.

Repository: ignite
Updated Branches:
  refs/heads/ignite-1.8 a6cb18a93 -> dda4fc94e


IGNITE-4309: Commented out failing CacheExampleMultiNodeSelfTest.testCacheLockExample.


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

Branch: refs/heads/ignite-1.8
Commit: dda4fc94e3fb53a0dc458e1035adb2d3d182d7c0
Parents: a6cb18a
Author: devozerov <vo...@gridgain.com>
Authored: Fri Nov 25 15:13:49 2016 +0300
Committer: devozerov <vo...@gridgain.com>
Committed: Fri Nov 25 15:13:49 2016 +0300

----------------------------------------------------------------------
 .../ignite/examples/CacheExamplesMultiNodeSelfTest.java       | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/dda4fc94/examples/src/test/java/org/apache/ignite/examples/CacheExamplesMultiNodeSelfTest.java
----------------------------------------------------------------------
diff --git a/examples/src/test/java/org/apache/ignite/examples/CacheExamplesMultiNodeSelfTest.java b/examples/src/test/java/org/apache/ignite/examples/CacheExamplesMultiNodeSelfTest.java
index 06ceaac..6de0273 100644
--- a/examples/src/test/java/org/apache/ignite/examples/CacheExamplesMultiNodeSelfTest.java
+++ b/examples/src/test/java/org/apache/ignite/examples/CacheExamplesMultiNodeSelfTest.java
@@ -35,4 +35,11 @@ public class CacheExamplesMultiNodeSelfTest extends CacheExamplesSelfTest {
     @Override protected long getTestTimeout() {
         return 10 * 60 * 1000;
     }
+
+    /** {@inheritDoc} */
+    @Override public void testCacheLockExample() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-4309");
+
+        super.testCacheLockExample();
+    }
 }
\ No newline at end of file