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/10/29 07:24:15 UTC

ignite git commit: Disabled hanging test (IGNITE-647).

Repository: ignite
Updated Branches:
  refs/heads/master 215b0cd9c -> 303def359


Disabled hanging test (IGNITE-647).


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

Branch: refs/heads/master
Commit: 303def3595bce137d80c5859bf4615eece69433a
Parents: 215b0cd
Author: sboikov <sb...@gridgain.com>
Authored: Thu Oct 29 09:24:07 2015 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Thu Oct 29 09:24:07 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/303def35/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CrossCacheTxRandomOperationsTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CrossCacheTxRandomOperationsTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CrossCacheTxRandomOperationsTest.java
index 2577d93..d88f12f 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CrossCacheTxRandomOperationsTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CrossCacheTxRandomOperationsTest.java
@@ -126,6 +126,8 @@ public class CrossCacheTxRandomOperationsTest extends GridCommonAbstractTest {
      * @throws Exception If failed.
      */
     public void testCrossCacheTxOperationsFairAffinity() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-647");
+
         txOperations(PARTITIONED, FULL_SYNC, true, true);
     }