This is an automated email from the ASF dual-hosted git repository. gvvinblade pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push: new e453dd3 IGNITE-10518: MVCC: Tests unmuted. This closes #5807. e453dd3 is described below commit e453dd35460f1098302879a989d70427817413b4 Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com> AuthorDate: Mon Jan 14 15:08:31 2019 +0300 IGNITE-10518: MVCC: Tests unmuted. This closes #5807. --- .../processors/cache/distributed/IgniteTxCachePrimarySyncTest.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteTxCachePrimarySyncTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteTxCachePrimarySyncTest.java index 112affe..61f6486 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteTxCachePrimarySyncTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteTxCachePrimarySyncTest.java @@ -133,9 +133,6 @@ public class IgniteTxCachePrimarySyncTest extends GridCommonAbstractTest { */ @Test public void testSingleKeyCommitFromPrimary() throws Exception { - if (MvccFeatureChecker.forcedMvcc()) - fail("https://issues.apache.org/jira/browse/IGNITE-10518"); - singleKeyCommitFromPrimary(cacheConfiguration(DEFAULT_CACHE_NAME, PRIMARY_SYNC, 1, true, false)); singleKeyCommitFromPrimary(cacheConfiguration(DEFAULT_CACHE_NAME, PRIMARY_SYNC, 2, false, false)); @@ -400,9 +397,6 @@ public class IgniteTxCachePrimarySyncTest extends GridCommonAbstractTest { */ @Test public void testSingleKeyCommit() throws Exception { - if (MvccFeatureChecker.forcedMvcc()) - fail("https://issues.apache.org/jira/browse/IGNITE-10518"); - singleKeyCommit(cacheConfiguration(DEFAULT_CACHE_NAME, PRIMARY_SYNC, 1, true, false)); singleKeyCommit(cacheConfiguration(DEFAULT_CACHE_NAME, PRIMARY_SYNC, 2, false, false));