Repository: ignite
Updated Branches:
  refs/heads/ignite-1093-3 98d287586 -> cc3be8704


1093


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

Branch: refs/heads/ignite-1093-3
Commit: cc3be87041792cb782e99878862b2be9330f19c9
Parents: 98d2875
Author: Anton Vinogradov <[email protected]>
Authored: Fri Oct 30 11:16:27 2015 +0300
Committer: Anton Vinogradov <[email protected]>
Committed: Fri Oct 30 11:16:27 2015 +0300

----------------------------------------------------------------------
 .../atomic/GridCacheAtomicInvalidPartitionHandlingSelfTest.java   | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/cc3be870/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridCacheAtomicInvalidPartitionHandlingSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridCacheAtomicInvalidPartitionHandlingSelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridCacheAtomicInvalidPartitionHandlingSelfTest.java
index fa852d9..74d2d09 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridCacheAtomicInvalidPartitionHandlingSelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridCacheAtomicInvalidPartitionHandlingSelfTest.java
@@ -109,9 +109,6 @@ public class 
GridCacheAtomicInvalidPartitionHandlingSelfTest extends GridCommonA
 
         GridTestUtils.setMemoryMode(cfg, ccfg, memMode, 100, 1024);
 
-        //To be uncommented after 
https://issues.apache.org/jira/browse/IGNITE-1578 fix.
-        
((TcpCommunicationSpi)cfg.getCommunicationSpi()).setSharedMemoryPort(-1);
-
         return cfg;
     }
 

Reply via email to