Repository: ignite Updated Branches: refs/heads/master 584a88d42 -> 9c57baac1
IGNITE-7324 Enabling fixed test Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9c57baac Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9c57baac Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9c57baac Branch: refs/heads/master Commit: 9c57baac1014b72c01832aaaa48321fe9ce5b914 Parents: 584a88d Author: Dmitriy Pavlov <[email protected]> Authored: Thu Jul 12 19:41:09 2018 +0300 Committer: Dmitriy Pavlov <[email protected]> Committed: Thu Jul 12 19:41:09 2018 +0300 ---------------------------------------------------------------------- .../cache/transactions/TxDeadlockDetectionNoHangsTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/9c57baac/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxDeadlockDetectionNoHangsTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxDeadlockDetectionNoHangsTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxDeadlockDetectionNoHangsTest.java index a181281..3f1639a 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxDeadlockDetectionNoHangsTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxDeadlockDetectionNoHangsTest.java @@ -106,8 +106,6 @@ public class TxDeadlockDetectionNoHangsTest extends GridCommonAbstractTest { * @throws Exception If failed. */ public void testNoHangsPessimistic() throws Exception { - fail("https://issues.apache.org/jira/browse/IGNITE-7324"); - assertTrue(grid(0).context().cache().context().tm().deadlockDetectionEnabled()); doTest(PESSIMISTIC);
