You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by gv...@apache.org on 2019/02/07 13:18:05 UTC

[ignite] branch master updated: IGNITE-10219: MVCC TX: Unmute tests. This closes #5964.

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 5b8431e  IGNITE-10219: MVCC TX: Unmute tests. This closes #5964.
5b8431e is described below

commit 5b8431eeaf75a24295c61c47f0762465e6883dd5
Author: Andrey V. Mashenkov <an...@gmail.com>
AuthorDate: Thu Feb 7 16:17:58 2019 +0300

    IGNITE-10219: MVCC TX: Unmute tests. This closes #5964.
---
 .../internal/processors/cache/mvcc/CacheMvccTxFailoverTest.java       | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/mvcc/CacheMvccTxFailoverTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/mvcc/CacheMvccTxFailoverTest.java
index 89d9c0f..48f689c 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/mvcc/CacheMvccTxFailoverTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/mvcc/CacheMvccTxFailoverTest.java
@@ -38,7 +38,6 @@ import org.apache.ignite.testframework.junits.common.GridCommonAbstractTest;
 import org.apache.ignite.transactions.Transaction;
 import org.apache.ignite.transactions.TransactionConcurrency;
 import org.apache.ignite.transactions.TransactionIsolation;
-import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -210,7 +209,6 @@ public class CacheMvccTxFailoverTest extends GridCommonAbstractTest {
     /**
      * @throws Exception If fails.
      */
-    @Ignore("https://issues.apache.org/jira/browse/IGNITE-10219")
     @Test
     public void testLostRollbackOnBackup() throws Exception {
         IgniteEx node = startGrid(0);
@@ -235,7 +233,7 @@ public class CacheMvccTxFailoverTest extends GridCommonAbstractTest {
                     barrier.await();
                 }
                 catch (Exception e) {
-                    e.printStackTrace();
+
                     barrier.reset();
                 }
             }