Repository: ignite
Updated Branches:
  refs/heads/master 7b6e17b21 -> 838599369


IGNITE-10264: MVCC TX: Unmute tests. This closes #5685.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/83859936
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/83859936
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/83859936

Branch: refs/heads/master
Commit: 8385993697fefc38543d80e7412dfce22d920752
Parents: 7b6e17b
Author: rkondakov <[email protected]>
Authored: Wed Dec 19 15:54:59 2018 +0300
Committer: Igor Seliverstov <[email protected]>
Committed: Wed Dec 19 15:54:59 2018 +0300

----------------------------------------------------------------------
 .../internal/processors/cache/IgniteCacheIncrementTxTest.java | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/83859936/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheIncrementTxTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheIncrementTxTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheIncrementTxTest.java
index d595cc9..f7c3160 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheIncrementTxTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheIncrementTxTest.java
@@ -36,7 +36,6 @@ import org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi;
 import org.apache.ignite.spi.discovery.tcp.ipfinder.TcpDiscoveryIpFinder;
 import org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder;
 import org.apache.ignite.testframework.GridTestUtils;
-import org.apache.ignite.testframework.MvccFeatureChecker;
 import org.apache.ignite.testframework.junits.common.GridCommonAbstractTest;
 import org.apache.ignite.transactions.Transaction;
 import org.junit.Test;
@@ -95,9 +94,6 @@ public class IgniteCacheIncrementTxTest extends 
GridCommonAbstractTest {
      */
     @Test
     public void testIncrementTxTopologyChange1() throws Exception {
-        if (MvccFeatureChecker.forcedMvcc())
-            fail("https://issues.apache.org/jira/browse/IGNITE-10264";);
-
         nodeJoin(cacheConfiguration(1));
     }
 
@@ -106,9 +102,6 @@ public class IgniteCacheIncrementTxTest extends 
GridCommonAbstractTest {
      */
     @Test
     public void testIncrementTxTopologyChange2() throws Exception {
-        if (MvccFeatureChecker.forcedMvcc())
-            fail("https://issues.apache.org/jira/browse/IGNITE-10264";);
-
         nodeJoin(cacheConfiguration(2));
     }
 

Reply via email to