You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by yz...@apache.org on 2015/10/30 13:36:43 UTC

[1/3] ignite git commit: Muted test (IGNITE-627).

Repository: ignite
Updated Branches:
  refs/heads/ignite-1.4-slow-server-debug 3adc1576c -> 0ae2441d4


Muted test (IGNITE-627).


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

Branch: refs/heads/ignite-1.4-slow-server-debug
Commit: ec16c77f8d95e9ff58ca831d2f2115a07cce4a8b
Parents: 15da54b
Author: sboikov <sb...@gridgain.com>
Authored: Fri Oct 30 13:05:55 2015 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Fri Oct 30 13:05:55 2015 +0300

----------------------------------------------------------------------
 .../internal/processors/cache/CacheNearReaderUpdateTest.java       | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ec16c77f/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheNearReaderUpdateTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheNearReaderUpdateTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheNearReaderUpdateTest.java
index c2f9fab..e267620 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheNearReaderUpdateTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheNearReaderUpdateTest.java
@@ -122,6 +122,8 @@ public class CacheNearReaderUpdateTest extends GridCommonAbstractTest {
      * @throws Exception If failed.
      */
     public void testGetUpdateMultithreaded() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-627");
+
         List<CacheConfiguration<Integer, Integer>> cfgs = new ArrayList<>();
 
         cfgs.add(cacheConfiguration(PARTITIONED, FULL_SYNC, 0, false, false));


[2/3] ignite git commit: Disabled shmem in test.

Posted by yz...@apache.org.
Disabled shmem in test.


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

Branch: refs/heads/ignite-1.4-slow-server-debug
Commit: 04964b9bc04b3b87547b45a29b8510a463a8fd35
Parents: ec16c77
Author: sboikov <sb...@gridgain.com>
Authored: Fri Oct 30 13:10:10 2015 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Fri Oct 30 13:10:10 2015 +0300

----------------------------------------------------------------------
 .../internal/processors/cache/IgniteCachePutAllRestartTest.java   | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/04964b9b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCachePutAllRestartTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCachePutAllRestartTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCachePutAllRestartTest.java
index ae99926..3e124f3 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCachePutAllRestartTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCachePutAllRestartTest.java
@@ -30,6 +30,7 @@ import org.apache.ignite.cache.CacheMode;
 import org.apache.ignite.configuration.CacheConfiguration;
 import org.apache.ignite.configuration.IgniteConfiguration;
 import org.apache.ignite.internal.IgniteInternalFuture;
+import org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi;
 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;
@@ -58,6 +59,8 @@ public class IgniteCachePutAllRestartTest extends GridCommonAbstractTest {
 
         cfg.setPeerClassLoadingEnabled(false);
 
+        ((TcpCommunicationSpi)cfg.getCommunicationSpi()).setSharedMemoryPort(-1);
+
         ((TcpDiscoverySpi)cfg.getDiscoverySpi()).setIpFinder(ipFinder);
 
         CacheConfiguration cacheCfg = defaultCacheConfiguration();


[3/3] ignite git commit: Merge branches 'ignite-1.4-slow-server-debug' and 'master' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-1.4-slow-server-debug

Posted by yz...@apache.org.
Merge branches 'ignite-1.4-slow-server-debug' and 'master' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-1.4-slow-server-debug


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

Branch: refs/heads/ignite-1.4-slow-server-debug
Commit: 0ae2441d4c15e2e1403c3495ed3c2a6564a6ec7f
Parents: 3adc157 04964b9
Author: Yakov Zhdanov <yz...@gridgain.com>
Authored: Fri Oct 30 14:53:50 2015 +0300
Committer: Yakov Zhdanov <yz...@gridgain.com>
Committed: Fri Oct 30 14:53:50 2015 +0300

----------------------------------------------------------------------
 .../internal/processors/cache/CacheNearReaderUpdateTest.java      | 2 ++
 .../internal/processors/cache/IgniteCachePutAllRestartTest.java   | 3 +++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------