Repository: ignite Updated Branches: refs/heads/master cf7003cd3 -> 41f769e80
IGNITE-5935 Enabling test back Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/41f769e8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/41f769e8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/41f769e8 Branch: refs/heads/master Commit: 41f769e80222e73482c9f78c6121b3b91e5ec396 Parents: cf7003c Author: Dmitriy Pavlov <[email protected]> Authored: Thu Dec 13 21:08:23 2018 +0300 Committer: Dmitriy Pavlov <[email protected]> Committed: Thu Dec 13 21:08:23 2018 +0300 ---------------------------------------------------------------------- .../internal/processors/cache/mvcc/CacheMvccTransactionsTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/41f769e8/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/mvcc/CacheMvccTransactionsTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/mvcc/CacheMvccTransactionsTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/mvcc/CacheMvccTransactionsTest.java index c2d89c4..8be20d5 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/mvcc/CacheMvccTransactionsTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/mvcc/CacheMvccTransactionsTest.java @@ -2166,8 +2166,6 @@ public class CacheMvccTransactionsTest extends CacheMvccAbstractTest { */ @Test public void testNodesRestartNoHang() throws Exception { - fail("https://issues.apache.org/jira/browse/IGNITE-5935"); - final int srvs = 4; final int clients = 4; final int writers = 6;
