You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/04/07 12:41:52 UTC

[2/9] ignite git commit: Un-commented IgniteCacheTxExpiryPolicyWithStoreTest.testReadThrough.

Un-commented IgniteCacheTxExpiryPolicyWithStoreTest.testReadThrough.


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

Branch: refs/heads/ignite-3477-master
Commit: e834498134e3d3924514a7bcc635b74130b9064e
Parents: 8499de3
Author: Ilya Lantukh <il...@gridgain.com>
Authored: Thu Apr 6 18:29:19 2017 +0300
Committer: Ilya Lantukh <il...@gridgain.com>
Committed: Thu Apr 6 18:29:19 2017 +0300

----------------------------------------------------------------------
 .../expiry/IgniteCacheExpiryPolicyWithStoreAbstractTest.java      | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e8344981/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/expiry/IgniteCacheExpiryPolicyWithStoreAbstractTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/expiry/IgniteCacheExpiryPolicyWithStoreAbstractTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/expiry/IgniteCacheExpiryPolicyWithStoreAbstractTest.java
index 1f937d1..54357a0 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/expiry/IgniteCacheExpiryPolicyWithStoreAbstractTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/expiry/IgniteCacheExpiryPolicyWithStoreAbstractTest.java
@@ -152,9 +152,6 @@ public abstract class IgniteCacheExpiryPolicyWithStoreAbstractTest extends Ignit
      * @throws Exception If failed.
      */
     public void testReadThrough() throws Exception {
-        if (atomicityMode() == CacheAtomicityMode.TRANSACTIONAL)
-            fail("https://issues.apache.org/jira/browse/IGNITE-821");
-
         IgniteCache<Integer, Integer> cache = jcache(0);
 
         final Integer key = primaryKeys(cache, 1, 100_000).get(0);