IGNITE-7581 Failing hanging test
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/21644eff Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/21644eff Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/21644eff Branch: refs/heads/ignite-7573 Commit: 21644eff3bfaddff3e8eb8b40fc244ad88ba3708 Parents: 5d95f0b Author: Alexey Goncharuk <[email protected]> Authored: Wed Jan 31 11:59:39 2018 +0300 Committer: Alexey Goncharuk <[email protected]> Committed: Wed Jan 31 12:00:17 2018 +0300 ---------------------------------------------------------------------- .../cache/transactions/TxPessimisticDeadlockDetectionTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/21644eff/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPessimisticDeadlockDetectionTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPessimisticDeadlockDetectionTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPessimisticDeadlockDetectionTest.java index 60f1c96..3102713 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPessimisticDeadlockDetectionTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPessimisticDeadlockDetectionTest.java @@ -156,6 +156,8 @@ public class TxPessimisticDeadlockDetectionTest extends AbstractDeadlockDetectio * @throws Exception If failed. */ public void testDeadlocksLocal() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-7581"); + for (CacheWriteSynchronizationMode syncMode : CacheWriteSynchronizationMode.values()) { IgniteCache cache = null;
