Repository: ignite Updated Branches: refs/heads/master 134174f1e -> 3c52f36cf
IGNITE-9451: MVCC: forced test failure until cache API is fixed. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3c52f36c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3c52f36c Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3c52f36c Branch: refs/heads/master Commit: 3c52f36cf0982ebf1a3ab0a43977393bdc8ed630 Parents: 134174f Author: devozerov <[email protected]> Authored: Thu Sep 13 12:40:45 2018 +0300 Committer: devozerov <[email protected]> Committed: Thu Sep 13 12:40:45 2018 +0300 ---------------------------------------------------------------------- .../internal/processors/cache/mvcc/CacheMvccTransactionsTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/3c52f36c/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 76b1491..83bb81c 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 @@ -2359,6 +2359,8 @@ public class CacheMvccTransactionsTest extends CacheMvccAbstractTest { * @throws Exception If failed. */ public void testRebalanceWithRemovedValuesSimple() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-9451"); + Ignite node = startGrid(0); IgniteTransactions txs = node.transactions();
