Repository: ignite Updated Branches: refs/heads/ignite-1.4 5264ec738 -> aa35e3658
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-1.4 Commit: aa35e365830bfe0bbd46d5311e0c4b83ba75e035 Parents: 5264ec7 Author: Denis Magda <[email protected]> Authored: Tue Sep 8 12:12:09 2015 +0300 Committer: Denis Magda <[email protected]> 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);
