IGNITE-5759 unmuted testPartitionRent test - Fixes #5531.

Signed-off-by: Dmitriy Pavlov <[email protected]>


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

Branch: refs/heads/ignite-10044
Commit: 66d8ac64dc0cd6f83bbfc45560cd08f38d8a92ff
Parents: 9b0ce92
Author: Anton Kalashnikov <[email protected]>
Authored: Mon Dec 3 18:21:05 2018 +0300
Committer: Dmitriy Pavlov <[email protected]>
Committed: Mon Dec 3 18:21:05 2018 +0300

----------------------------------------------------------------------
 .../GridCachePartitionEvictionDuringReadThroughSelfTest.java       | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/66d8ac64/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java
index 01316f6..5a9e86a 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java
@@ -84,8 +84,6 @@ public class 
GridCachePartitionEvictionDuringReadThroughSelfTest extends GridCom
      * @throws Exception if failed.
      */
     public void testPartitionRent() throws Exception {
-        fail("https://issues.apache.org/jira/browse/IGNITE-5759";);
-
         startGrid(DATA_READ_GRID_IDX);
 
         final AtomicBoolean done = new AtomicBoolean();

Reply via email to