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 2015/09/08 19:09:05 UTC

[15/45] ignite git commit: IGNITE-1386: Deliberately failing a test that hangs because of a known bug

IGNITE-1386: Deliberately failing a test that hangs because of a known bug


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

Branch: refs/heads/ignite-264
Commit: aa35e365830bfe0bbd46d5311e0c4b83ba75e035
Parents: 5264ec7
Author: Denis Magda <dm...@gridgain.com>
Authored: Tue Sep 8 12:12:09 2015 +0300
Committer: Denis Magda <dm...@gridgain.com>
Committed: Tue Sep 8 12:12:09 2015 +0300

----------------------------------------------------------------------
 .../util/ipc/shmem/IpcSharedMemoryCrashDetectionSelfTest.java      | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/aa35e365/modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryCrashDetectionSelfTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryCrashDetectionSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryCrashDetectionSelfTest.java
index ee4dabe..1aae999 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryCrashDetectionSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryCrashDetectionSelfTest.java
@@ -118,6 +118,8 @@ public class IpcSharedMemoryCrashDetectionSelfTest extends GridCommonAbstractTes
      * @throws Exception If failed.
      */
     public void testIgfsClientServerInteractionsUponServerKilling() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-1386");
+
         Collection<Integer> shmemIdsBeforeInteractions = IpcSharedMemoryUtils.sharedMemoryIds();
 
         info("Shared memory IDs before starting server-client interactions: " + shmemIdsBeforeInteractions);