You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/09/03 14:34:55 UTC

[1/2] ignite git commit: Disabled hanging tests.

Repository: ignite
Updated Branches:
  refs/heads/ignite-1.4 7f4c9ace0 -> c5d303bac


Disabled hanging tests.


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

Branch: refs/heads/ignite-1.4
Commit: 66a49d75e3cdd001135f32a81dbfb931b9e1584b
Parents: 27cd615
Author: sboikov <sb...@gridgain.com>
Authored: Thu Sep 3 15:32:26 2015 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Thu Sep 3 15:32:26 2015 +0300

----------------------------------------------------------------------
 .../processors/cache/IgniteCacheP2pUnmarshallingErrorTest.java  | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/66a49d75/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheP2pUnmarshallingErrorTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheP2pUnmarshallingErrorTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheP2pUnmarshallingErrorTest.java
index b62cc48..ecb2698 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheP2pUnmarshallingErrorTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheP2pUnmarshallingErrorTest.java
@@ -42,6 +42,11 @@ public class IgniteCacheP2pUnmarshallingErrorTest extends IgniteCacheAbstractTes
     protected static int key = 0;
 
     /** {@inheritDoc} */
+    @Override protected void beforeTestsStarted() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-1366");
+    }
+
+    /** {@inheritDoc} */
     @Override protected int gridCount() {
         return 3;
     }


[2/2] ignite git commit: Merge remote-tracking branch 'origin/ignite-1.4' into ignite-1.4

Posted by sb...@apache.org.
Merge remote-tracking branch 'origin/ignite-1.4' into ignite-1.4


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

Branch: refs/heads/ignite-1.4
Commit: c5d303bac7a9b17f88260b1bde175fbfbc053988
Parents: 66a49d7 7f4c9ac
Author: sboikov <sb...@gridgain.com>
Authored: Thu Sep 3 15:34:47 2015 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Thu Sep 3 15:34:47 2015 +0300

----------------------------------------------------------------------
 .../java8/datagrid/CacheAffinityExample.java    | 15 +++++++++++++
 .../java8/messaging/MessagingExample.java       | 11 +++++++++-
 .../java8/examples/BasicExamplesSelfTest.java   | 10 ++++++---
 .../java8/examples/CacheExamplesSelfTest.java   |  8 ++++---
 .../examples/CheckpointExamplesSelfTest.java    |  8 +++----
 .../examples/ClusterGroupExampleSelfTest.java   |  4 +++-
 .../examples/ContinuationExamplesSelfTest.java  |  8 ++++---
 .../ContinuousMapperExamplesSelfTest.java       |  8 ++++---
 .../examples/DeploymentExamplesSelfTest.java    |  6 ++++--
 .../java8/examples/EventsExamplesSelfTest.java  |  5 +++--
 .../HibernateL2CacheExampleSelfTest.java        |  8 ++++---
 .../java8/examples/IgfsExamplesSelfTest.java    |  6 ++++--
 .../examples/LifecycleExamplesSelfTest.java     |  8 ++++---
 .../examples/MemcacheRestExamplesSelfTest.java  |  4 +++-
 .../examples/MessagingExamplesSelfTest.java     |  6 ++++--
 .../examples/MonteCarloExamplesSelfTest.java    |  8 ++++---
 .../examples/SpringBeanExamplesSelfTest.java    |  8 ++++---
 .../java8/examples/TaskExamplesSelfTest.java    |  4 +++-
 .../IgniteExamplesJ8SelfTestSuite.java          | 12 +++++++++--
 .../ignite/platform/cpp/package-info.java       | 22 ++++++++++++++++++++
 .../ignite/platform/dotnet/package-info.java    | 22 ++++++++++++++++++++
 .../apache/ignite/platform/package-info.java    | 22 ++++++++++++++++++++
 parent/pom.xml                                  |  4 ++++
 23 files changed, 175 insertions(+), 42 deletions(-)
----------------------------------------------------------------------